-
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
🎉 Destination Azure blob storage: introduced new connector with jsonl and csv formats #5332
🎉 Destination Azure blob storage: introduced new connector with jsonl and csv formats #5332
Conversation
…or with APPEND option)
/test connector=connectors/destination-azure-blob-storage
|
/test connector=connectors/destination-azure-blob-storage
|
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.
This is fantastic!
Sorry about the delayed review.
We should not log every airbyte message. This the only thing that should be changed. All other comments are nitpicks.
...o/airbyte/integrations/destination/azure_blob_storage/AzureBlobStorageConnectionChecker.java
Outdated
Show resolved
Hide resolved
...o/airbyte/integrations/destination/azure_blob_storage/AzureBlobStorageConnectionChecker.java
Outdated
Show resolved
Hide resolved
...o/airbyte/integrations/destination/azure_blob_storage/AzureBlobStorageConnectionChecker.java
Outdated
Show resolved
Hide resolved
...va/io/airbyte/integrations/destination/azure_blob_storage/csv/AzureBlobStorageCsvWriter.java
Outdated
Show resolved
Hide resolved
...in/java/io/airbyte/integrations/destination/azure_blob_storage/AzureBlobStorageConsumer.java
Outdated
Show resolved
Hide resolved
...o/airbyte/integrations/destination/azure_blob_storage/jsonl/AzureBlobStorageJsonlWriter.java
Outdated
Show resolved
Hide resolved
.../airbyte/integrations/destination/azure_blob_storage/AzureBlobDestinationAcceptanceTest.java
Outdated
Show resolved
Hide resolved
.../airbyte/integrations/destination/azure_blob_storage/AzureBlobDestinationAcceptanceTest.java
Outdated
Show resolved
Hide resolved
Also don't forget to add this destination to the connector catalog in |
/test connector=connectors/destination-azure-blob-storage
|
It's already there. Thanks |
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.
Great! Thank you~~
/test connector=connectors/destination-azure-blob-storage
|
/test connector=connectors/destination-azure-blob-storage
|
/publish connector=connectors/destination-azure-blob-storage
|
What
A new Azure Blob Storage Destination introduced
How
This connector can write data in JSONL and CSV formats, override and append modes are supported.
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
docs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
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