1
0
mirror of synced 2025-12-25 02:09:19 -05:00

[low-code cdk] Allow for read command to be run on low code connector streams w/o a schema file (#18532)

* use mockschemaloader as the default and rename JsonSchema to JsonFileSchemaLoader

* rename mock to EmptySchemaLoader

* retain existing JsonSchema while hacktoberfest is still in progress

* bump version and changelog
This commit is contained in:
Brian Lai
2022-11-03 12:05:04 -04:00
committed by GitHub
parent 97777977e3
commit dd7184dbca
16 changed files with 68 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ version: "0.1.0"
definitions:
page_size: 50
schema_loader:
type: JsonSchema
type: JsonFileSchemaLoader
file_path: "./source_sentry/schemas/{{ options.name }}.json"
selector:
type: RecordSelector