You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"**Do not upgrade until you have run a test upgrade as outlined [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#testing-destinations-v2-for-a-single-connection)**.
26
+
27
+
This version introduces [Destinations V2](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#what-is-destinations-v2),
28
+
which provides better error handling, incremental delivery of data for large
29
+
syncs, and improved final table structures. To review the breaking changes,
30
+
and how to upgrade, see [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#quick-start-to-upgrading).
31
+
These changes will likely require updates to downstream dbt / SQL models,
32
+
which we walk through [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#updating-downstream-transformations).
33
+
34
+
Selecting `Upgrade` will upgrade **all** connections using this destination
35
+
at their next sync. You can manually sync existing connections prior to
36
+
the next scheduled sync to start the upgrade early.
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-mysql-strict-encrypt/src/test-integration/java/io/airbyte/integrations/destination/mysql/MySQLStrictEncryptDestinationAcceptanceTest.java
"description": "The database to write raw tables into",
172
+
"title": "Raw table database (defaults to airbyte_internal)",
173
+
"order": 7
174
+
},
175
+
"disable_type_dedupe": {
176
+
"type": "boolean",
177
+
"default": false,
178
+
"description": "Disable Writing Final Tables. WARNING! The data format in _airbyte_data is likely stable but there are no guarantees that other metadata columns will remain the same in future versions",
179
+
"title": "Disable Final Tables. (WARNING! Unstable option; Columns in raw table schema might change between versions)",
"**Do not upgrade until you have run a test upgrade as outlined [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#testing-destinations-v2-for-a-single-connection)**.
31
+
32
+
This version introduces [Destinations V2](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#what-is-destinations-v2),
33
+
which provides better error handling and improved final table structures. To review the breaking changes,
34
+
and how to upgrade, see [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#quick-start-to-upgrading).
35
+
These changes will likely require updates to downstream dbt / SQL models,
36
+
which we walk through [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#updating-downstream-transformations).
37
+
38
+
Selecting `Upgrade` will upgrade **all** connections using this destination
39
+
at their next sync. You can manually sync existing connections prior to
40
+
the next scheduled sync to start the upgrade early."
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-mysql/src/main/java/io/airbyte/integrations/destination/mysql/MySQLDestination.java
0 commit comments