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
Set app_id in snowflake source connector based on oss/cloud (#19314)
* Set app_id in snowflake source connector based on oss/cloud Set app_id in snowflake source connector based on * Bump version + docs * auto-bump connector version * Formatting Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-snowflake/src/main/java/io.airbyte.integrations.source.snowflake/SnowflakeDataSourceUtils.java
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,10 @@ public class SnowflakeDataSourceUtils {
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-snowflake/src/main/java/io.airbyte.integrations.source.snowflake/SnowflakeSource.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-snowflake/src/test-integration/java/io/airbyte/integrations/io/airbyte/integration_tests/sources/SnowflakeJdbcSourceAcceptanceTest.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-snowflake/src/test/java/io/airbyte/integrations/source/snowflake/SnowflakeDataSourceUtilsTest.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,24 +30,24 @@ class SnowflakeDataSourceUtilsTest {
| 0.1.26 | 2022-11-10 |[19314](https://github.com/airbytehq/airbyte/pull/19314)| Set application id in JDBC URL params based on OSS/Cloud environment |
125
126
| 0.1.25 | 2022-11-10 |[15535](https://github.com/airbytehq/airbyte/pull/15535)| Update incremental query to avoid data missing when new data is inserted at the same time as a sync starts under non-CDC incremental mode |
| 0.1.22 | 2022-09-21 |[16766](https://github.com/airbytehq/airbyte/pull/16766)| Update JDBC Driver version to 3.13.22 |
129
-
| 0.1.21 | 2022-09-14 |[15668](https://github.com/airbytehq/airbyte/pull/15668)| Wrap logs in AirbyteLogMessage |
130
-
| 0.1.20 | 2022-09-01 |[16258](https://github.com/airbytehq/airbyte/pull/16258)| Emit state messages more frequently |
131
-
| 0.1.19 | 2022-08-19 |[15797](https://github.com/airbytehq/airbyte/pull/15797)| Allow using role during oauth |
132
-
| 0.1.18 | 2022-08-18 |[14356](https://github.com/airbytehq/airbyte/pull/14356)| DB Sources: only show a table can sync incrementally if at least one column can be used as a cursor field |
133
-
| 0.1.17 | 2022-08-09 |[15314](https://github.com/airbytehq/airbyte/pull/15314)| Discover integer columns as integers rather than floats |
134
-
| 0.1.16 | 2022-08-04 |[15314](https://github.com/airbytehq/airbyte/pull/15314)| (broken, do not use) Discover integer columns as integers rather than floats |
135
-
| 0.1.15 | 2022-07-22 |[14828](https://github.com/airbytehq/airbyte/pull/14828)| Source Snowflake: Source/Destination doesn't respect DATE data type |
| 0.1.9 | 2022-02-21 |[10242](https://github.com/airbytehq/airbyte/pull/10242)| Fixed cursor for old connectors that use non-microsecond format. Now connectors work with both formats |
| 0.1.22 | 2022-09-21 |[16766](https://github.com/airbytehq/airbyte/pull/16766)| Update JDBC Driver version to 3.13.22 |
130
+
| 0.1.21 | 2022-09-14 |[15668](https://github.com/airbytehq/airbyte/pull/15668)| Wrap logs in AirbyteLogMessage |
131
+
| 0.1.20 | 2022-09-01 |[16258](https://github.com/airbytehq/airbyte/pull/16258)| Emit state messages more frequently |
132
+
| 0.1.19 | 2022-08-19 |[15797](https://github.com/airbytehq/airbyte/pull/15797)| Allow using role during oauth |
133
+
| 0.1.18 | 2022-08-18 |[14356](https://github.com/airbytehq/airbyte/pull/14356)| DB Sources: only show a table can sync incrementally if at least one column can be used as a cursor field |
134
+
| 0.1.17 | 2022-08-09 |[15314](https://github.com/airbytehq/airbyte/pull/15314)| Discover integer columns as integers rather than floats |
135
+
| 0.1.16 | 2022-08-04 |[15314](https://github.com/airbytehq/airbyte/pull/15314)| (broken, do not use) Discover integer columns as integers rather than floats |
136
+
| 0.1.15 | 2022-07-22 |[14828](https://github.com/airbytehq/airbyte/pull/14828)| Source Snowflake: Source/Destination doesn't respect DATE data type |
| 0.1.9 | 2022-02-21 |[10242](https://github.com/airbytehq/airbyte/pull/10242)| Fixed cursor for old connectors that use non-microsecond format. Now connectors work with both formats |
0 commit comments