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 e32215f commit a9d85e3Copy full SHA for a9d85e3
tools/bin/build_report.py
@@ -30,7 +30,7 @@
30
DESTINATION_DEFINITIONS_YAML = f"{CONNECTOR_DEFINITIONS_DIR}/destination_definitions.yaml"
31
CONNECTORS_ROOT_PATH = "./airbyte-integrations/connectors"
32
RELEVANT_BASE_MODULES = ["base-normalization", "source-acceptance-test"]
33
-CONNECTOR_BUILD_OUTPUT_URL = "https://dnsgjos7lj2fu.cloudfront.net/tests/history/connectors"
+CONNECTOR_BUILD_OUTPUT_URL = "https://dnsgjos7lj2fu.cloudfront.net/tests/summary/connectors"
34
35
# Global vars
36
TESTED_SOURCE = []
0 commit comments