File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,9 @@ This guide explains how to install and use the Source Declarative Manifest (SDM)
1010pipx install airbyte-cdk
1111```
1212
13- ### Alternative Installation (If encountering distutils errors)
14-
15- If you encounter errors related to missing distutils module, try using this alternative approach:
13+ If you encounter an error related to a missing ` distutils ` module, very that you are running Python version ` <=3.11 ` and try running:
1614
1715``` bash
18- python -m pip install --user pipx
1916python -m pipx install airbyte-cdk
2017```
2118
@@ -58,8 +55,9 @@ Example:
5855}
5956```
6057
61- 2 . Run the command with your config file
58+ 2 . Run the command against your config file
6259
6360``` bash
64- source-declarative-manifest check --config /relative/path/to/your/config.json
61+ source-declarative-manifest check --config /relative/path/to/config.json
62+ source-declarative-manifest read --config /relative/path/to/config.json --catalog /relative/path/to/catalog.json
6563```
You can’t perform that action at this time.
0 commit comments