Skip to content
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

Merged

Conversation

etsybaev
Copy link
Contributor

@etsybaev etsybaev commented Aug 11, 2021

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.

Selection_305

Pre-merge Checklist

Expand the relevant checklist and delete the others.

New Connector

Community member or Airbyter

  • Community member? Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • docs/SUMMARY.md
    • docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
    • docs/integrations/README.md
    • airbyte-integrations/builds.md
  • PR name follows PR naming conventions
  • Connector added to connector index like described here

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • Credentials added to Github CI. Instructions.
  • /test connector=connectors/<name> command is passing.
  • New Connector version released on Dockerhub by running the /publish command described here

@etsybaev etsybaev self-assigned this Aug 11, 2021
@github-actions github-actions bot added the area/connectors Connector related issues label Aug 11, 2021
@github-actions github-actions bot added the area/documentation Improvements or additions to documentation label Aug 11, 2021
@etsybaev etsybaev changed the title [DRAFT_PR] Destination: Azure blob storage destination jsonl csv 🎉 Destination Azure blob storage: introduced new connector with jsonl and csv formats Aug 12, 2021
@jrhizor jrhizor temporarily deployed to more-secrets August 12, 2021 12:57 Inactive
@etsybaev
Copy link
Contributor Author

etsybaev commented Aug 12, 2021

/test connector=connectors/destination-azure-blob-storage

🕑 connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1124901327
✅ connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1124901327

@jrhizor jrhizor temporarily deployed to more-secrets August 12, 2021 17:57 Inactive
@etsybaev
Copy link
Contributor Author

etsybaev commented Aug 12, 2021

/test connector=connectors/destination-azure-blob-storage

🕑 connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1124956035
✅ connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1124956035

@jrhizor jrhizor temporarily deployed to more-secrets August 12, 2021 18:14 Inactive
@etsybaev etsybaev linked an issue Aug 16, 2021 that may be closed by this pull request
@irynakruk irynakruk self-requested a review August 17, 2021 09:15
docs/SUMMARY.md Outdated Show resolved Hide resolved
@etsybaev etsybaev marked this pull request as ready for review August 17, 2021 14:36
@tuliren tuliren self-requested a review August 17, 2021 17:58
Copy link
Contributor

@tuliren tuliren left a 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.

@tuliren
Copy link
Contributor

tuliren commented Aug 27, 2021

Also don't forget to add this destination to the connector catalog in docs/integrations/README.md.

@etsybaev
Copy link
Contributor Author

etsybaev commented Aug 28, 2021

/test connector=connectors/destination-azure-blob-storage

🕑 connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1177520311
✅ connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1177520311

@jrhizor jrhizor temporarily deployed to more-secrets August 28, 2021 16:36 Inactive
@etsybaev
Copy link
Contributor Author

to the connector catalog in docs/integrations/README.md.

It's already there. Thanks

Copy link
Contributor

@tuliren tuliren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you~~

@etsybaev
Copy link
Contributor Author

etsybaev commented Aug 28, 2021

/test connector=connectors/destination-azure-blob-storage

🕑 connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1177939776
✅ connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1177939776

@jrhizor jrhizor temporarily deployed to more-secrets August 28, 2021 21:18 Inactive
@etsybaev
Copy link
Contributor Author

etsybaev commented Aug 29, 2021

/test connector=connectors/destination-azure-blob-storage

🕑 connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1178856541
✅ connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1178856541

@jrhizor jrhizor temporarily deployed to more-secrets August 29, 2021 07:49 Inactive
@etsybaev
Copy link
Contributor Author

etsybaev commented Aug 29, 2021

/publish connector=connectors/destination-azure-blob-storage

🕑 connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1178896845
✅ connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/1178896845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Destination: Azure Blob Storage
5 participants