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

feat(snowflake-driver): support azure exports buckets #8730

Merged
merged 45 commits into from
Sep 30, 2024

Conversation

KSDaemon
Copy link
Member

@KSDaemon KSDaemon commented Sep 19, 2024

This PR brings support for Azure buckets in Snowflake driver and also STORAGE_INTEGRATION option for AWS S3 buckets.

Other changes included:

  • Refactored extraction of S3 signed urls of exported files in BaseDriver
  • All drivers that could export to S3 now use the same implementation from BaseDriver
  • Refactored extraction of Azure signed urls of exported files in BaseDriver
  • All drivers that could export to Azure now use the same implementation from BaseDriver
  • Refactored extraction of GCP signed urls of exported files in BaseDriver
  • All drivers that could export to GCP now use the same implementation from BaseDriver (besides BigQuery)

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Copy link

vercel bot commented Sep 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 8:23am
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 8:23am
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 8:23am
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 8:23am
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 8:23am
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 8:23am
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 8:23am
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 8:23am

@KSDaemon KSDaemon force-pushed the feat/snowflake-azure-bucket branch 5 times, most recently from 66e9f3a to f09ae8e Compare September 25, 2024 11:44
@KSDaemon KSDaemon marked this pull request as ready for review September 26, 2024 14:22
@KSDaemon KSDaemon requested review from a team as code owners September 26, 2024 14:22
@KSDaemon KSDaemon merged commit 37c6ccc into master Sep 30, 2024
56 checks passed
@KSDaemon KSDaemon deleted the feat/snowflake-azure-bucket branch September 30, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants