-
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.
refactor: replace custom BQ component with BigqueryQueryJobOp
- Loading branch information
1 parent
22f6dcd
commit 0b8b77f
Showing
13 changed files
with
107 additions
and
259 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", | ||
] |
57 changes: 0 additions & 57 deletions
57
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
18 changes: 0 additions & 18 deletions
18
pipelines/src/pipelines/tensorflow/training/queries/engineer_features.sql
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
10 changes: 0 additions & 10 deletions
10
pipelines/src/pipelines/tensorflow/training/queries/sample.sql
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
Oops, something went wrong.