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 f6a38dd commit 8659a21Copy full SHA for 8659a21
.github/workflows/connector-tests.yml
@@ -76,8 +76,10 @@ jobs:
76
cdk_extra: file-based
77
- connector: destination-motherduck
78
cdk_extra: sql
79
- - connector: source-amplitude
80
- cdk_extra: n/a
+ # source-amplitude failing for unrelated issue "date too far back"
+ # e.g. https://github.com/airbytehq/airbyte-python-cdk/actions/runs/16053716569/job/45302638848?pr=639
81
+ # - connector: source-amplitude
82
+ # cdk_extra: n/a
83
- connector: source-intercom
84
cdk_extra: n/a
85
- connector: source-pokeapi
0 commit comments