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 deba805 commit a606911Copy full SHA for a606911
airbyte_cdk/cli/airbyte_cdk/_secrets.py
@@ -49,10 +49,7 @@
49
resolve_connector_name_and_directory,
50
)
51
52
-GCP_PROJECT_ID: str = os.environ.get(
53
- "GCP_PROJECT_ID",
54
- "dataline-integration-testing",
55
-)
+GCP_PROJECT_ID: str = os.environ.get("GCP_PROJECT_ID", "") or "dataline-integration-testing"
56
"""The GCP project ID to use for fetching integration test secrets."""
57
58
CONNECTOR_LABEL = "connector"
0 commit comments