Audrey Maldonado
b9690ba76e
Wrapping changelog in details for a collapsible view ( #38801 )
2024-06-04 13:40:53 -04:00
Natik Gadzhi
cb80e6922a
[tools] prettier rules for .md + formatting cleanup
2024-05-07 08:19:33 -07:00
Joe Bell
54b0a7b86b
MSSQL remove normalization ( #36050 )
2024-04-22 13:23:17 -07:00
Tim Roes
c5db1e947b
📚 Documentation November 2023 overhaul ( #32811 )
...
Co-authored-by: Natalie Kwong <38087517+nataliekwong@users.noreply.github.com >
Co-authored-by: timroes <timroes@users.noreply.github.com >
Co-authored-by: nataliekwong <nataliekwong@users.noreply.github.com >
2023-11-26 11:57:38 -08:00
Evan Tahler
9210547af5
[Docs] No Deduped + Hostory, Append + Deduped is the future! ( #29114 )
...
* [Docs] No `Deduped + Hostory`, `Append + Deduped` is the future!
* fix links
2023-08-08 15:07:49 -07:00
Evan Tahler
f455c1288d
Java DB Destination connector licenses to Elv2 ( #27781 )
...
* Java DB Destination connector licenses to Elv2
* PR id for docs
* fix redshift tagging
2023-06-29 12:26:24 -05:00
Evan Tahler
1f6aef98df
yum clean all after every yum install to save space (#27555 )
...
* `yum clean all` after every yum install to save space
* docs and versions
* update env clean
* fix python install confusion
---------
Co-authored-by: Augustin <augustin@airbyte.io >
2023-06-23 13:53:22 -07:00
Edward Gao
bd22b25ccf
Destination Mssql: install normalization ( #27034 )
...
* install in mssql
* changelog+metadata
* update changelog message
2023-06-06 00:00:39 +00:00
Ryan Fu
73900fad3e
JDBC connections to support checkpointing ( #24604 )
...
* Shifted logic within JDBC connections to support checkpointing
* Bumped version numbers and updated changelog
2023-04-05 18:32:28 +00:00
Erica Struthers
b6a237c25a
Update mssql.md ( #13663 )
...
Co-authored-by: Amruta Ranade <11484018+Amruta-Ranade@users.noreply.github.com >
2022-12-06 11:25:03 -05:00
Edward Gao
b347829b85
upgrade commons-text to 1.10.0 ( #18275 )
...
* test
* fix
* fix other modules
* version bumps + changelog
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2022-10-21 09:42:34 -07:00
Greg Solovyev
67aab69a3c
Align MS SQL regular and strict encrypt versions ( #15260 )
...
* Align MS SQL regular and strict encrypt versions
* Update changelog with the PR number
2022-08-03 13:08:46 -07:00
VitaliiMaltsev
095b403c7b
Remove additionalProperties: false from JDBC destination connectors ( #14618 )
...
* Remove additional properties from JDBC destinations spec
* Remove additional properties from JDBC destinations spec
* removed additionalProperties from Databricks destination and MSSql Destination
* updated Changelog
* bump version
* bump Oracle Strict encrypt
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2022-07-15 01:00:41 +03:00
Topher Lubaway
9c6c092a22
Revert "Improving docusaurus sidebar generation ( #1927 ) ( #14369 )" ( #14596 )
...
This reverts commit a2c194a11f .
2022-07-11 15:27:14 -05:00
Mykyta Serbynevskiy
a2c194a11f
Improving docusaurus sidebar generation ( #1927 ) ( #14369 )
...
* Improving docusaurus sidebar generation (#1927 )
* Added "Career & open positions" folder to sidebar, adjusted "Project overview" folder
* Deleted "career-and-open-positions" folder from sidebar
2022-07-08 14:18:27 -05:00
George Claireaux
e7dae06168
Enhance /publish to allow for multiple connectors and parallel execution ( #13864 )
...
* start
* revert
* azblob
* bq
* bq denorm
* megapublish baaaabyyyy
* fix needs
* matrix connectors
* auto-bump connector version
* dont failfast and max parallel 5
* multi runno
* minor
* testing matrix agents
* name
* testing multi agents
* tmp fix
* new multi agents
* multi test
* tryy
* let's do this
* magico
* fix
* label test
* couple more connector bumps
* temp
* things
* check this
* lets gooo
* more connectors
* Delete TEMP-testing-command.yml
* auto-bump connector version
* added comment describing bash part
* running single thread
* catch sentry cli
* auto-bump connector version
* destinations
* + snowflake
* saved
* auto-bump connector version
* auto-bump connector version
* java source bumps
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* remove twice-defined methods
* label things
* revert action
* using the new test action
* point at action
* wrong tag on action
* update pool label
* update to use new ec2-github-runner fork
* this needs to be more generic than publisher
* change publish to run on pool
* add comment about runner-pool usage
* updated publish command docs for multi & parallel connector runs
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
* unbump failed publish versions
* missed dockerfiles
* remove failed docs
* mssql fix
* overhauled the git comment output
* bumping a test connector that should work
* slight order switcheroo
* output connectors properly in first message
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2022-06-21 18:40:33 +01:00
Edward Gao
5f843415db
📚 update MSSQL docs to reflect that we support normalization ( #13826 )
2022-06-16 08:16:00 -07:00
pcsoni89
b4e43c2ddd
🎉 Destination MSSQL: added custom JDBC parameters support. ( #13054 )
...
* 🎉 Destination MSSQL: added custom JDBC parameters support.
* 🎉 Destination MSSQL: added custom JDBC parameters support.
* 🎉 Destination MSSQL: added custom JDBC parameters support.
* airbyte-101718: Bumped version.
* auto-bump connector version
Co-authored-by: alafanechere <augustin.lafanechere@gmail.com >
Co-authored-by: Alexander Tsukanov <alexander.tsukanovvv@gmail.com >
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2022-06-08 14:55:45 +03:00
Oleksandr Sheheda
44a43f0338
Improve check connection performance for all JDBC-related DBs ( #12820 )
...
* removed redundant read permission check for destination
* bump docker image versions, update definitions and changelog
* bump docker image versions, update definitions and changelog
* update changelog
* fix for MSSQL and Oracle tests
* fix for MSSQL strict encrypt
* fixed conflicts
* revert versions that were not published
2022-05-24 16:06:01 +03:00
Greg Solovyev
cce3b21506
Manually bump destination-mssql version ( #12291 )
2022-04-26 08:52:46 -07:00
Jared Rhizor
14dfc1d417
fix parentheses and info/warning/danger formatting in docs ( #11981 )
...
* fix parens
* fix formatting for hints
* remove hint from non-docusaurus or gitbook doc
2022-04-13 12:08:34 -07:00
girarda
5d8cb41150
Refactor to enable support for optional JDBC parameters for all JDBC destinations ( #10421 )
...
* refactoring to allow testing
* MySQLDestination uses connection property map instead of url arguments
* Update jdbc destinations
* A little more generic
* reset to master
* reset to master
* move to jdbcutils
* Align when multiline
* Align when multiline
* Update postgres to use property map
* Move tests to AbstractJdbcDestinationTest
* clean
* Align when multiline
* return property map
* Add postgres tests
* update clickhouse
* reformat
* reset
* reformat
* fix test
* reformat
* fix bug
* Add mssql tests
* refactor test
* fix oracle destination test
* oracle tests
* fix redshift acceptance test
* Pass string
* Revert "Pass string"
This reverts commit 697821738c .
* Double deserialization
* Revert "Double deserialization"
This reverts commit ee8d75245b .
* try updating json_operations
* Revert "try updating json_operations"
This reverts commit c8022c2994 .
* json parse
* Revert "json parse"
This reverts commit 11a6725eaa .
* Revert "Revert "Double deserialization""
This reverts commit 213f47acc4 .
* Revert "Revert "Revert "Double deserialization"""
This reverts commit 66822454af .
* move to constant
* Add comment
* map can be constant
* Add comment
* move map
* hide in method
* no need to create new map
* no need to create new map
* no need to create new map
* enably mysql test
* Update changelogs
* Update changelog
* update changelog
* Bump versions
* bump version
* disable dbt support
* update spec
* update other oracle tests
* update doc
* bump seed
* fix source test
* update seed spec file
* fix expected spec
2022-02-28 09:25:04 -08:00
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