-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from teamdatatonic/feature/enable-multiquery
feat: enable multiquery
- Loading branch information
Showing
16 changed files
with
301 additions
and
436 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
components/bigquery-components/src/bigquery_components/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
from .bq_query_to_table import bq_query_to_table | ||
from .extract_bq_to_dataset import extract_bq_to_dataset | ||
|
||
|
||
__version__ = "0.0.1" | ||
__all__ = [ | ||
"bq_query_to_table", | ||
"extract_bq_to_dataset", | ||
] |
73 changes: 0 additions & 73 deletions
73
components/bigquery-components/src/bigquery_components/bq_query_to_table.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.