-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
🐞 Destination S3 & GCS Avro: support array with unknown item type #9367
Conversation
/test connector=connectors/destination-s3
|
/test connector=connectors/destination-gcs
|
/test connector=connectors/destination-bigquery
|
/test connector=connectors/destination-bigquery-denormalized
|
Integration test failed due to |
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.
Should the json/avro conversion doc also mention that any errors will default to string-type? (everything else seems fine!)
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, thank you for the fix!
/publish connector=connectors/destination-s3
|
/publish connector=connectors/destination-gcs
|
@@ -3594,8 +3594,6 @@ | |||
\ more memory. Allowed values: min=5MB, max=525MB Default: 5MB." | |||
type: "integer" | |||
default: 5 | |||
minimum: 5 | |||
maximum: 525 |
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.
I am really confused why the spec changed. I did not touch the spec.json
at all. Also it does not seem that any recent PR has removed these fields. Actually these fields should not exist in the first place.
What
items
property, but the property is empty (i.e. without atype
specification), the Json to Avro schema converter will throw exception.pending_shared
field #9252.🚨 User Impact 🚨
This PR should not affect any existing connections.
Pre-merge Checklist
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here