Skip to content

Commit

Permalink
Feat: Add new PyAirbyte CLI for connector validation and benchmarking…
Browse files Browse the repository at this point in the history
…; add helper functions `get_noop_destination()` and `get_benchmark_source()` (#411)
  • Loading branch information
aaronsteers authored Oct 7, 2024
1 parent 8ef6817 commit 53246a3
Show file tree
Hide file tree
Showing 8 changed files with 549 additions and 77 deletions.
2 changes: 2 additions & 0 deletions airbyte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@

from airbyte import (
caches,
# cli, # Causes circular import if included
cloud,
constants,
datasets,
Expand Down Expand Up @@ -156,6 +157,7 @@
__all__ = [
# Modules
"caches",
# "cli", # Causes circular import if included
"cloud",
"constants",
"datasets",
Expand Down
Loading

0 comments on commit 53246a3

Please sign in to comment.