Skip to content

Commit 8aa7313

Browse files
authored
Use generic manifest.yaml name for manifest in generated lowcode CDK connectors(#21770)
1 parent fa2c03a commit 8aa7313

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

airbyte-integrations/connector-templates/source-configuration-based/source_{{snakeCase name}}/source.py.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ WARNING: Do not modify this file.
1515
# Declarative Source
1616
class Source{{properCase name}}(YamlDeclarativeSource):
1717
def __init__(self):
18-
super().__init__(**{"path_to_yaml": "{{snakeCase name}}.yaml"})
18+
super().__init__(**{"path_to_yaml": "manifest.yaml"})

0 commit comments

Comments
 (0)