[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user