Skip to content

Commit a330cb7

Browse files
committed
update cli entrypoint
1 parent de07f9d commit a330cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ sql = ["sqlalchemy"]
117117
[tool.poetry.scripts]
118118

119119
source-declarative-manifest = "airbyte_cdk.cli.source_declarative_manifest:run"
120-
airbyte-cdk = "airbyte_cdk.cli.airbyte_cdk._run:main"
120+
airbyte-cdk = "airbyte_cdk.cli.airbyte_cdk:cli"
121121

122122
[tool.isort]
123123
skip = ["__init__.py"] # TODO: Remove after this is fixed: https://github.com/airbytehq/airbyte-python-cdk/issues/12

0 commit comments

Comments
 (0)