Skip to content

feat(azure)!: Update to SDK V3 Arrow native#10974

Merged
yevgenypats merged 4 commits intomainfrom
feat/azure_sdk_v3.6.3
May 26, 2023
Merged

feat(azure)!: Update to SDK V3 Arrow native#10974
yevgenypats merged 4 commits intomainfrom
feat/azure_sdk_v3.6.3

Conversation

@yevgenypats
Copy link
Copy Markdown
Contributor

@yevgenypats yevgenypats commented May 25, 2023

Closes #10735

BEGIN_COMMIT_OVERRIDE
feat: Update to use Apache Arrow type system (#10974)

BREAKING-CHANGE: This release introduces an internal change to our type system to use Apache Arrow. This should not have any visible breaking changes, however due to the size of the change we are introducing it under a major version bump to communicate that it might have some bugs that we weren't able to catch during our internal tests. If you encounter an issue during the upgrade, please submit a bug report. You will also need to update destinations depending on which one you use:

  • Azure Blob Storage >= v3.2.0
  • BigQuery >= v3.0.0
  • ClickHouse >= v3.1.1
  • DuckDB >= v1.1.6
  • Elasticsearch >= v2.0.0
  • File >= v3.2.0
  • Firehose >= v2.0.2
  • GCS >= v3.2.0
  • Gremlin >= v2.1.10
  • Kafka >= v3.0.1
  • Meilisearch >= v2.0.1
  • Microsoft SQL Server >= v4.2.0
  • MongoDB >= v2.0.1
  • MySQL >= v2.0.2
  • Neo4j >= v3.0.0
  • PostgreSQL >= v4.2.0
  • S3 >= v4.4.0
  • Snowflake >= v2.1.1
  • SQLite >= v2.2.0

END_COMMIT_OVERRIDE

@yevgenypats yevgenypats requested a review from erezrokah as a code owner May 25, 2023 16:30
@yevgenypats yevgenypats removed the request for review from erezrokah May 25, 2023 16:30
@cq-bot cq-bot added the azure label May 25, 2023
@yevgenypats
Copy link
Copy Markdown
Contributor Author

Closes #10735

@candiduslynx candiduslynx changed the title feat(azure): Update to SDK V3 Arrow native feat(azure)!: Update to SDK V3 Arrow native May 26, 2023
@yevgenypats yevgenypats merged commit ad3c772 into main May 26, 2023
@yevgenypats yevgenypats deleted the feat/azure_sdk_v3.6.3 branch May 26, 2023 10:19
kodiakhq bot pushed a commit that referenced this pull request May 29, 2023
🤖 I have created a release *beep* *boop*
---


## [8.0.0](plugins-source-azure-v7.5.0...plugins-source-azure-v8.0.0) (2023-05-29)


### ⚠ BREAKING CHANGES

* This release introduces an internal change to our type system to use [Apache Arrow](https://arrow.apache.org/). This should not have any visible breaking changes, however due to the size of the change we are introducing it under a major version bump to communicate that it might have some bugs that we weren't able to catch during our internal tests. If you encounter an issue during the upgrade, please submit a [bug report](https://github.com/cloudquery/cloudquery/issues/new/choose). You will also need to update destinations depending on which one you use:
    - Azure Blob Storage >= v3.2.0
    - BigQuery >= v3.0.0
    - ClickHouse >= v3.1.1
    - DuckDB >= v1.1.6
    - Elasticsearch >= v2.0.0
    - File >= v3.2.0
    - Firehose >= v2.0.2
    - GCS >= v3.2.0
    - Gremlin >= v2.1.10
    - Kafka >= v3.0.1
    - Meilisearch >= v2.0.1
    - Microsoft SQL Server >= v4.2.0
    - MongoDB >= v2.0.1
    - MySQL >= v2.0.2
    - Neo4j >= v3.0.0
    - PostgreSQL >= v4.2.0
    - S3 >= v4.4.0
    - Snowflake >= v2.1.1
    - SQLite >= v2.2.0

### Features

* **azure:** Support Skip Subscriptions  ([#10884](#10884)) ([b59fc69](b59fc69)), closes [#10829](#10829)
* Update to use [Apache Arrow](https://arrow.apache.org/) type system ([#10974](#10974)) ([ad3c772](ad3c772))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.6.7 ([#11043](#11043)) ([3c6d885](3c6d885))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.

feat: Migrate plugin/source/azure to github.com/cloudquery/plugin-sdk/v3

3 participants