Skip to content

Conversation

@yevgenypats
Copy link
Contributor

@yevgenypats yevgenypats commented May 26, 2023

Closes #10759

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

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 review from a team and amanenk and removed request for a team May 26, 2023 15:36
@cq-bot cq-bot added the oracle label May 26, 2023
@yevgenypats yevgenypats requested review from candiduslynx and removed request for amanenk May 26, 2023 15:40
Copy link
Contributor

@candiduslynx candiduslynx left a comment

Choose a reason for hiding this comment

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

let's move to 3.6.6 to have the backtick already (it'll also require the rebase, I presume)

@candiduslynx
Copy link
Contributor

@yevgenypats this line also suggest new sdk ver might help

@yevgenypats yevgenypats added the automerge Automatically merge once required checks pass label May 26, 2023
@yevgenypats yevgenypats requested a review from candiduslynx May 26, 2023 15:46
@cq-bot cq-bot added the website label May 26, 2023
@github-actions
Copy link

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

  • ⚠️ BREAKING CHANGE: Table oracle_database_autonomous_container_databases: column type changed from JSON to list<item: float64, nullable> for provisionable_cpus
  • ⚠️ BREAKING CHANGE: Table oracle_database_autonomous_databases: column type changed from JSON to list<item: float64, nullable> for provisionable_cpus

@kodiakhq kodiakhq bot merged commit 133d82e into main May 26, 2023
@kodiakhq kodiakhq bot deleted the feat/oracle_sdkv3 branch May 26, 2023 16:09
kodiakhq bot pushed a commit that referenced this pull request May 29, 2023
🤖 I have created a release *beep* *boop*
---


## [2.0.0](plugins-source-oracle-v1.2.1...plugins-source-oracle-v2.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:

### This Release has the Following Changes to Tables
- Table `oracle_database_autonomous_container_databases`: column type changed from `JSON` to `list<item: float64, nullable>` for `provisionable_cpus` (:warning: breaking)
- Table `oracle_database_autonomous_databases`: column type changed from `JSON` to `list<item: float64, nullable>` for `provisionable_cpus` (:warning: breaking)

### Features

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


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.8 ([#10798](#10798)) ([27ff430](27ff430))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2023
…11042)

Refactor as a follow-up to #11037

BEGIN_COMMIT_OVERRIDE
fix(oracle)!: Add `region` & `availability_domain` to primary keys(#11042)
BREAKING-CHANGE:  The following primary key columns were added:
* `oracle_filestorage_export_sets`: `availability_domain`
* `oracle_filestorage_file_systems`: `availability_domain`
* `oracle_filestorage_mount_targets`: `availability_domain`
* `oracle_filestorage_replication_targets`: `availability_domain`
* `oracle_filestorage_replications`: `availability_domain`
* `oracle_identity_compartments`: `region`
* `oracle_identity_cost_tracking_tags`: `region`
* `oracle_identity_dynamic_groups`: `region`
* `oracle_identity_groups`: `region`
* `oracle_identity_network_sources`: `region`
* `oracle_identity_users`: `region`

END_COMMIT_OVERRIDE
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/oracle to github.com/cloudquery/plugin-sdk/v3

4 participants