1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Commit Graph

68 Commits

Author SHA1 Message Date
Lake Mossman
3d8a0dc048 Add ExitOnOutOfMemoryError to java connectors and bump versions (#10256) 2022-02-14 15:49:15 -08:00
Iryna Grankova
9de7443ec0 Update fields in destination-connectors specifications: mssql, mssql-strict-encrypt (#9158)
* Files title/description update for issue # 8950

* Version update for issue # 8950

* Changelogs update for PR #9158

* update destination_specs.yaml with new version

* update version for destination-mssql-strict-encrypt

* fix destination-mssql-strict-encrypt integration tests

Co-authored-by: mkhokh <mariia.khokh@globallogic.com>
2022-01-04 14:10:51 +02:00
oneshcheret
fcf7491fee 🐛 Validate incorrect handling '\n' symbols in ssh key (#8371)
* 🐛 Validate \n in ssh key

* bump versions for ssh key connectors

* update versions for ssh key connectors

* temporal fix for checking failed tests

* revert temp changes and destination oracle version

* bump versions in config for ssh key related connectors
2021-12-03 20:11:51 +02:00
Sherif A. Nada
efb5151011 🐛 Make all JDBC destinations (SF, RS, PG, MySQL, MSSQL, Oracle) handle wide rows by using byte-based record buffering (#7719) 2021-11-08 19:26:32 -08:00
Baz
6fb989feb7 🎉Destination MSSQL: Fix the Acceptance Tests based on Normalization (#6877)
* Enabled Normalization for destination-mssql

* added changelog

* fixed normalization for mssql source

Co-authored-by: ievgeniit <etsybaev@gmail.com>
2021-10-11 21:58:52 +03:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Baz
e5abaeccef 🎉 Base-normalization: Implement normalization for MSSQL-destination (#6079)
See the attached PR (https://github.com/airbytehq/airbyte/pull/6079)
2021-10-07 18:46:27 +03:00
Abhi Vaidyanatha
acff636e4b Fix list formatting in SSH tunnel sections (#6847) 2021-10-06 15:49:31 -07:00
Abhi Vaidyanatha
87b035f26d Docs Rework: MSSQL Destination (#6677) 2021-10-03 23:07:47 -07:00
oneshcheret
a595c753e3 🎉 Destination MSSQL: Added support for connection via SSH tunnels (#5… (#6503)
* 🎉 Destination MSSQL: Added support for connection via SSH tunnels (#5970)

* 🎉 Destination MSSQL: bumb image version

*  🎉 Destination MSSQL: update mssql.md file
2021-09-29 13:12:15 +03:00
Abhi Vaidyanatha
d732eaf80e Add information on which destinations support Incremental - Deduped History in their docs (#6031)
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-09-16 16:40:12 -07:00
Marcos Marx
e9f4f3721d 🐛 Add batch to insert records in MSSQL (2100 params limit) (#5272)
* add batch size to 700 records x 3 columsn = 2100 params

* remove import

* add comment

* add value as variable

* docs and bump version

* add tests for mssql failure

* remove validation of msgs for batch test
2021-08-10 00:47:13 -03:00
Abhi Vaidyanatha
3aaa6977f8 Add warning about the airbyte_raw prefix for the MSSQL destination (#5218)
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-08-04 21:59:15 -07:00
Marcos Marx
21e6d49d3a Enable additionalProperties in spec.json for destinations (#5125)
* bigquery

* bigquery denormalized

* kafka destination

* meilisearch

* mssql

* mysql

* oracle

* postgres

* snowflake

* add normalization in snowflake gradle

* remove unused import
2021-08-01 18:28:36 -03:00
Sherif A. Nada
356ca18b67 🐛 Fix Oracle spec to declare sid instead of database param, Redshift to allow additionalProperties, MSSQL test and spec to declare spec type correctly (#4874) 2021-07-20 17:04:36 -07:00
Marcos Marx
f365c0c430 destination mssql correct spec doc info (#4185) 2021-06-17 19:51:36 -03:00
etsybaev
1fed4b0e2c 🐛 Destination MSSQL: fix issue with unicode symbols handling (ex.\u2028 showed as ?) (#3671)
* [3552] Fixed MSSQL _airbyte_data field's type to support unicode
2021-06-01 09:38:13 +03:00
masonwheeler
a67c769980 MS SQL Server Destination implementation
Fixes issue #613.

Normalization is not yet enabled.  This will have to be added at a later point.
2021-05-17 09:54:52 -06:00