-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BigQuery source: Fix nested arrays #4981
Conversation
s not an abstract class. + add default implementation for `AbstractRelationalDbSource.getFullyQualifiedTableName`
…nto aleonets/1876-source-bigquery
…act-source # Conflicts: # airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlSource.java
…dardSQLTypeName to JsonSchemaPrimitive
# Conflicts: # airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlSource.java
…nto aleonets/1876-source-bigquery
…nto aleonets/1876-source-bigquery # Conflicts: # airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlSource.java
…nto aleonets/1876-source-bigquery
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- can you also merge this PR with yours, you'll need to also add the equivalent JSON entry #4929
This will add it to the list of connectors available by default
/test connector=source-bigquery
|
/publish connector=connectors/source-bigquery
|
What
A BigQuery source fails if data contains a column with the type Array of Records.
Docs are missing for the BigQuery source.
How
Implement proper handling of nested arrays and update documentation.
Pre-merge Checklist
Expand the checklist which is relevant for this PR.
README.md
docs/SUMMARY.md
if it's a new connectordocs/integrations/<source or destination>/<name>
.docs/integrations/...
. See changelog exampledocs/integrations/README.md
contains a reference to the new connector