-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds support for the following types across PG, SF and BQ: - Array of Boolean - Array of Date - Array of Timestamp(/TZ) - Array of Int16 (smallint) - CIDR - MacAddr - INET The latter 3 is more relevant for Postgres. This PR achieves the correct AVRO type mapping for Date in BigQuery - eliminating the hack which was being done in merge transforms. This PR also writes date and time values as human readable text for BQ QRep Tests added as well Fixes #666 Fixes #20
- Loading branch information
1 parent
9c447cf
commit 84aaef2
Showing
17 changed files
with
730 additions
and
121 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
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
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.