Skip to content

check cdk: don't use connector test runenr #36564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python_cdk_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs:
- changes
if: needs.changes.outputs.python_cdk == 'true'
runs-on: connector-test-large
runs-on: ubuntu-latest
name: Python CDK Tests
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-cdk/python/airbyte_cdk/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AirbyteEntrypoint(object):
def __init__(self, source: Source):
init_uncaught_exception_handler(logger)

# deployment mode is read when instantiating the entrypoint because it is the common path shared by syncs and connector builder test requests
# Deployment mode is read when instantiating the entrypoint because it is the common path shared by syncs and connector builder test requests
if is_cloud_environment():
_init_internal_request_filter()

Expand Down
Loading