We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943ea41 commit fac853cCopy full SHA for fac853c
airbyte_cdk/cli/source_declarative_manifest/_run.py
@@ -235,8 +235,8 @@ def _parse_inputs_into_config_catalog_state(
235
]:
236
config = (
237
ConcurrentDeclarativeSource.read_config(parsed_args.config)
238
- if hasattr(parsed_args, "config")
239
- else None
+ if hasattr(parsed_args, "config") and parsed_args.config
+ else {}
240
)
241
catalog = (
242
ConcurrentDeclarativeSource.read_catalog(parsed_args.catalog)
0 commit comments