Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions .github/workflows/connector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
# Chargebee is being flaky:
# - connector: source-chargebee
# cdk_extra: n/a
# These two are behind in CDK updates and can't be used as tests until they are updated:
# - connector: source-s3
# cdk_extra: file-based
# This one is behind in CDK updates and can't be used as tests until they are updated:
Comment thread
aaronsteers marked this conversation as resolved.
Outdated
# - connector: destination-pinecone
# cdk_extra: vector-db-based
- connector: source-s3
Comment thread
aaronsteers marked this conversation as resolved.
Outdated
cdk_extra: file-based
- connector: destination-motherduck
cdk_extra: sql
# ZenDesk currently failing (as of 2024-12-02)
Expand Down
2 changes: 2 additions & 0 deletions airbyte_cdk/sources/file_based/discovery_policy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
)

__all__ = ["AbstractDiscoveryPolicy", "DefaultDiscoveryPolicy"]

# dummy change (revert me)
Comment thread
aaronsteers marked this conversation as resolved.
Outdated
Loading