-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🎉 Updated azure blob storage destination #10277
Conversation
/test connector=connectors/destination-azure-blob-storage
|
/test connector=connectors/destination-azure-blob-storage
|
/publish connector=connectors/destination-azure-blob-storage
|
@alexandr-shegeda @andriikorotkov this is not the correct way to bump a connector version - this PR only modified the version in the |
@lmossman Thanks for your comment, but this situation is not standard. I already made these changes about 3 weeks ago and published a new version 0.1.2 in this pull request - #9682. But later my changes were erased. Therefore, I re-merged my changes, but I could not publish the version, because. it has been done before. |
@andriikorotkov can you help me understand what happened in this PR? some questions:
|
@sherifnada, Oh sure. I got a request in the troubleshooting channel (https://airbytehq.slack.com/archives/C01MFR03D5W/p1644582384478919) that the user can't find the changes I made to destination-azure-blob-storage in pull request #9682 in the master branch. The changes were published in the same pull request. I checked this information and really didn't find them in the wizard. I found my branch locally and opened a new pull request with all the changes. The publishing of the changes was unsuccessful. version has already been published. Changes in diff only show changes to one file, because the old changes were reverted by someone on the airbyte team and I didn't refresh the github page to see this. Now version 0.1.2 works correctly and all changes are visible in the master branch. I apologize for the misunderstanding. |
What
Now each data synchronization for each thread is written to a new blob. The name of the blob is formed as a date + timestamp (just like it works now for S3 and GCS). The files for each stream will be saved in a folder with the name of that stream.
How
Recommended reading order
x.java
🚨 User Impact 🚨
No impact
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
bootstrap.md
. See description and examplesdocs/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 hereUpdating 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 hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changes