You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BigQuery Denormalized : Cover arrays only if they are nested (#14023)
* stop covering any array. cover only if we have array of arrays (restriction of BigQuery)
* add test with nested arrays and update existing tests
* [14058] fix datetime arrays
* [11109] cover only array of arrays by object instead of any array
* [14058] fix datetime format fail when we have an array of objects with datetime
* enable Array and Array+Object DATs
* reopen Issue #11166 and disable functionality
* Improve the tests by moving common part to Utils
* Add tests to check `Array of arrays` cases
* Increase version
* Doc
* format
* review update:
- update comment about reopen issue
- added test case with multiply array sub values
- fix nested arrays with datetime
- add test case for nested arrays with datetime
* fix date formatting
* disable testAnyOf test and upd comments
* remove some code duplication in the tests
* [14668] cover by tests the BigQuery inheritance limitation
* Make GCS implementation running same tests as standard impl
* Make common format for returning date values to cover DateTime and Timestamp columns by one test
* [15363] add backward compatibility for existing connections.
* Populate stream config and messages by tablespace. Now it's required inside processing.
* Compare only fields from the stream config
* Rework BigQueryUploaderFactory and UploaderConfig to have possibility make a decision about array formmater before we create temporary table
* Compare fields
* remove extra logging
* fix project:dataset format of the datasetId
* missing import
* remove debug logging
* fix log messages
* format
* 4 > 3
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-bigquery-denormalized/src/main/java/io/airbyte/integrations/destination/bigquery/BigQueryDenormalizedDestination.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-bigquery-denormalized/src/main/java/io/airbyte/integrations/destination/bigquery/formatter/DefaultBigQueryDenormalizedRecordFormatter.java
0 commit comments