File tree Expand file tree Collapse file tree
airbyte/cli/universal_connector Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ COPY airbyte ./airbyte
77
88RUN pip install --no-cache-dir .
99
10- ENV AIRBYTE_ENTRYPOINT="destination-smoke-test "
11- ENTRYPOINT ["destination-smoke-test " ]
10+ ENV AIRBYTE_ENTRYPOINT="destination-pyairbyte "
11+ ENTRYPOINT ["destination-pyairbyte " ]
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ dev = [
8080pyairbyte = " airbyte.cli:cli"
8181pyab = " airbyte.cli:cli"
8282airbyte-mcp = " airbyte.mcp.server:main"
83- destination-smoke-test = " airbyte.cli.universal_connector.run:run"
84- source-smoke-test = " airbyte.cli.universal_connector.run_source:run"
83+ destination-pyairbyte = " airbyte.cli.universal_connector.run:run"
84+ source-pyairbyte = " airbyte.cli.universal_connector.run_source:run"
8585
8686[build-system ]
8787requires = [" hatchling" , " uv-dynamic-versioning" ]
You can’t perform that action at this time.
0 commit comments