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 de07f9d commit a330cb7Copy full SHA for a330cb7
pyproject.toml
@@ -117,7 +117,7 @@ sql = ["sqlalchemy"]
117
[tool.poetry.scripts]
118
119
source-declarative-manifest = "airbyte_cdk.cli.source_declarative_manifest:run"
120
-airbyte-cdk = "airbyte_cdk.cli.airbyte_cdk._run:main"
+airbyte-cdk = "airbyte_cdk.cli.airbyte_cdk:cli"
121
122
[tool.isort]
123
skip = ["__init__.py"] # TODO: Remove after this is fixed: https://github.com/airbytehq/airbyte-python-cdk/issues/12
0 commit comments