Skip to content

Commit 6491827

Browse files
authored
Fix schema file path (#15209)
1 parent 7ba102b commit 6491827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schema_loader:
22
type: JsonSchema
3-
file_path: "./source_{{snakeCase name}}/schemas/\{{ name }}.json"
3+
file_path: "./source_{{snakeCase name}}/schemas/\{{ options.name }}.json"
44
selector:
55
type: RecordSelector
66
extractor:

0 commit comments

Comments
 (0)