-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/insert-into-connector-fix (#405)
* fixing db connector for redshift bigquery * PR comments resolve --------- Co-authored-by: Hari John Kuriakose <[email protected]>
- Loading branch information
1 parent
660ee19
commit 49b9873
Showing
5 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -92,9 +92,3 @@ class BigQuery: | |
""" | ||
|
||
TABLE_NAME_SIZE = 3 | ||
COLUMN_TYPES = [ | ||
"DATE", | ||
"DATETIME", | ||
"TIME", | ||
"TIMESTAMP", | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from backend.celery import app as celery_app | ||
from backend.celery_service import app as celery_app # type: ignore | ||
|
||
__all__ = ["celery_app"] |
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