We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331dc86 commit b148ca5Copy full SHA for b148ca5
.github/workflows/connector-tests.yml
@@ -75,11 +75,11 @@ jobs:
75
# Chargebee is being flaky:
76
# - connector: source-chargebee
77
# cdk_extra: n/a
78
- # These two are behind in CDK updates and can't be used as tests until they are updated:
79
- # - connector: source-s3
80
- # cdk_extra: file-based
+ # This one is behind in CDK updates and can't be used as tests until it is updated:
81
# - connector: destination-pinecone
82
# cdk_extra: vector-db-based
+ - connector: source-google-drive
+ cdk_extra: file-based
83
- connector: destination-motherduck
84
cdk_extra: sql
85
# ZenDesk currently failing (as of 2024-12-02)
0 commit comments