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(datadog)!: Upgrade to SDK V3 Arrow native #10976

Merged
merged 7 commits into from
May 26, 2023
Merged

Conversation

yevgenypats
Copy link
Member

@yevgenypats yevgenypats commented May 25, 2023

Closes #10738

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

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 a team as a code owner May 25, 2023 16:53
@yevgenypats yevgenypats requested review from candiduslynx and removed request for a team May 25, 2023 16:53
@github-actions
Copy link

This PR has the following changes to source plugin(s) tables:

  • ⚠️ BREAKING CHANGE: Table datadog_incident_attachments: column type changed from JSON to extension_type<storage=binary> for attributes
  • ⚠️ BREAKING CHANGE: Table datadog_incident_attachments: column type changed from JSON to extension_type<storage=binary> for relationships
  • ⚠️ BREAKING CHANGE: Table datadog_role_permissions: column type changed from JSON to extension_type<storage=binary> for attributes

@yevgenypats
Copy link
Member Author

Closes #10738

@yevgenypats yevgenypats added the automerge Automatically merge once required checks pass label May 26, 2023
@kodiakhq kodiakhq bot merged commit eb380c2 into main May 26, 2023
@kodiakhq kodiakhq bot deleted the feat/ddog_sdk_v364 branch May 26, 2023 12:53
kodiakhq bot pushed a commit that referenced this pull request May 30, 2023
🤖 I have created a release *beep* *boop*
---


## [2.0.0](plugins-source-datadog-v1.3.1...plugins-source-datadog-v2.0.0) (2023-05-30)


### ⚠ 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

* **deps:** Upgrade to Apache Arrow v13 (latest `cqmain`) ([#10605](#10605)) ([a55da3d](a55da3d))
* Update to use [Apache Arrow](https://arrow.apache.org/) type system ([#10976](#10976)) ([eb380c2](eb380c2))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.8 ([#10798](#10798)) ([27ff430](27ff430))
* **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
automerge Automatically merge once required checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Migrate plugin/source/datadog to github.com/cloudquery/plugin-sdk/v3
3 participants