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

Per-destination V2 quirks #29612

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Per-destination V2 quirks #29612

merged 2 commits into from
Aug 18, 2023

Conversation

evantahler
Copy link
Contributor

No description provided.

@evantahler evantahler marked this pull request as ready for review August 18, 2023 19:24
@evantahler evantahler requested review from a team and Hesperide August 18, 2023 19:24
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Aug 18, 2023
1. `destination-snowflake` is now case sensitive, and was not previously. This means that if you have a soure stream "users", `destination-snowflake` would have previously created a "USERS" table in your data warehouse. We now correctly create a "users" table.
* Note that to properly query case-sensitive tables and columns in Snowflake, you will need to quote your table and column names, e.g. `select "first_name" from "users";`
* If you are migrating from Destinations v1 to Destinations V2, we will leave your old "USERS" table, and create a new "users" table - please note the case sensitivity diference.
2. [Object properties](https://docs.airbyte.com/understanding-airbyte/supported-data-types/#the-types) are properly stored as VARAINT columns. Previously, we had used TEXT, which made querying sub-properties more difficult.
Copy link
Contributor

Choose a reason for hiding this comment

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

snowflake was already using variant even in v1 🚀

docs/release_notes/upgrading_to_destinations_v2.md Outdated Show resolved Hide resolved
Co-authored-by: Edward Gao <edward.gao@airbyte.io>
@evantahler evantahler merged commit 46ad71e into master Aug 18, 2023
17 checks passed
@evantahler evantahler deleted the evantahler-patch-1 branch August 18, 2023 20:23
@evantahler evantahler mentioned this pull request Aug 18, 2023
harrytou pushed a commit to KYVENetwork/airbyte that referenced this pull request Sep 1, 2023
Co-authored-by: Edward Gao <edward.gao@airbyte.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants