File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
airbyte_cdk/cli/source_declarative_manifest Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,14 @@ pip install -e .
4343- --manifest-path: The relative path to the local YAML manifest to inject into SDM.
4444- --components-path: The relative path to the custom components to mount, if they exist.
4545
46+ | Option | spec | check | discover | read |
47+ | ------------------- | ---- | -------- | -------- | -------- |
48+ | ` --config ` | ❌ | required | required | required |
49+ | ` --catalog ` | ❌ | ❌ | required | required |
50+ | ` --state ` | ❌ | ❌ | ❌ | optional |
51+ | ` --manifest-path ` | ❌ | required | required | required |
52+ | ` --components-path ` | ❌ | optional | optional | optional |
53+
4654### Examples
4755
4856Here are some basic examples of how to run source-declarative-manifest commands locally.
You can’t perform that action at this time.
0 commit comments