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
Eugene
6565315a04
Destination-Postgres: updated postgres.md documentation as per BETA template ( #12279 )
...
* Updated postgres.md documentation as per BETA template
2022-04-29 09:55:11 +03:00
noahkawasaki-airbyte
d46058e456
🎉 Destination Postgres: Add jdbc_url_params input ( #12195 )
...
* Add jdbc_url_params input for Destination Postgres
2022-04-25 08:12:31 -07:00
Greg Solovyev
63f6fc5712
Update destination-postgres version in Dockerfile and docs ( #12290 )
...
* Update destination-postgres version in Dockerfile and docs
* Manually bump destination-postgres version
2022-04-22 18:44:52 -07:00
Sreeram Venkitesh
893b4e4c7a
Docs: Fixed typo in postgres destination doc ( #12106 )
2022-04-18 18:24:42 -03:00
VitaliiMaltsev
a0b7dd0289
🐛 Destination Redshift and Postgres handle custom namespace with '-' ( #11729 )
...
* fix for jdk 17
* add CHANGELOG
* JdbcBufferedConsumerFactory resolve namespace with dash
* add CHANGELOG
* bump versions
* bump postgres version
* update destination-jdbc version
Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com >
2022-04-07 13:08:57 +03: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
Brian Leonard
f5beea1c81
Documentation: postgres version update for creating index ( #9766 )
2022-01-24 21:07:38 -03: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
Sherif A. Nada
10889d8338
Add user creation instructions to Postgres destination
2021-10-28 15:44:03 -07:00
Abhi Vaidyanatha
ae32ecbb27
GitBook: [master] 186 pages and 77 assets modified
2021-10-08 21:17:47 +00:00
Abhi Vaidyanatha
c8c736b575
📚 Docs Refresh: Postgres Destination ( #6675 )
...
* Docs Refresh: Postgres Destination
* Add SSL note.
2021-10-03 23:05:56 -07: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
Charles
8ad43afb07
SSH for Postgres Destination ( #5743 )
...
Co-authored-by: George Claireaux <phlair@users.noreply.github.com >
2021-09-07 17:06:25 -07:00
Andrii Leonets
b18bd439d0
🐛 Destination Postgres: fix \u0000(NULL) value processing ( #5336 )
...
* fix \u0000(NULL) value processing for Postgres + move postgres impl of SqlOperations to PostgresSqlOperations.
* changelog + format
* incr release version
* Add generic solution to adopt messages for a destination + remove unnecessary serialization
* revert version for build
* minor review fixes
* format
* add comments
* format
* incr version
2021-08-30 21:41:02 +03:00
Davin Chia
42686add8a
Release connectors with namespace change. ( #2990 )
...
Release all connectors affected by namespace change. Includes all JDBC sources and destinations.
Also add documentation for normalisation. Prerequisite to actually releasing 0.21.0-alpha.
2021-04-21 11:35:08 +08:00
Shrif Nada
ff458bbd9d
GitBook: [master] 111 pages modified
2021-01-26 04:14:55 +00:00
Jared Rhizor
4ab0464274
add postgres troubleshooting docs ( #1653 )
...
* add postgres troubleshooting docs
* update headings
* add to other db sources
* move connection troubleshooting to faq
2021-01-25 10:56:09 -08:00
Christophe Duong
194d6cb5d0
Add metadata prefix to destination internal columns ( #1708 )
...
* Add metadata prefix to destination internal columns
* Bumpversion all destinations for new normalization behavior
* Fix acceptance tests
2021-01-19 17:21:15 +01:00
Charles
01cdeafdb1
release v0.8.0-alpha ( #1339 )
2020-12-16 14:01:57 -08:00
John Lafleur
a5f509bf49
GitBook: [master] 15 pages and 4 assets modified
2020-11-25 19:01:56 +00:00
Christophe Duong
206d3cbea8
Naming conventions managed in destinations ( #1060 )
...
Handled field and table identifier conversions as necessary in order to successfully in destinations
2020-11-25 18:53:23 +01:00
Charles
4d05a01802
Remove copy and pasted instruction code ( #789 )
2020-11-02 14:35:30 -08:00
Jared Rhizor
5f0b0a4101
add snowflake destination ( #784 )
...
* add snowflake destination
* dry
* temporarily run in PR build
* fmt
* fix nits
* finish fixing nits
* propate timestamp
* stop running snowflake tests in prs
* Update docs/integrations/destinations/snowflake.md
Co-authored-by: Charles <giardina.charles@gmail.com >
* use non-transient tables
* separate knowledge of integration name from individual destination tests
Co-authored-by: Charles <giardina.charles@gmail.com >
2020-11-02 11:51:15 -08:00
John Lafleur
7ef914a213
GitBook: [john_specs_suggestion] 5 pages modified ( #666 )
...
* GitBook: [john_specs_suggestion] 5 pages modified
* GitBook: [john_specs_suggestion] 34 pages modified
Co-authored-by: John Lafleur <john@dataline.io >
2020-10-21 17:28:08 +11:00
Charles
57c0325f03
remove data type mappings ( #646 )
2020-10-20 01:56:25 -07:00
gasparakos
6b8b51e91e
Replace BigQuery with Postgres ( #552 )
2020-10-12 23:47:53 -07:00
Michel Tricot
817de793c8
GitBook: [master] 6 pages and 35 assets modified
2020-09-30 21:08:49 +00:00
Jared Rhizor
0cd3776e76
add postgres destination docs ( #467 )
...
* GitBook: [jrhizor/postgres-dest-docs] 8 pages and 9 assets modified
* GitBook: [jrhizor/postgres-dest-docs] one page modified
2020-09-28 13:50:12 -07:00
Michel Tricot
1c1cc474fd
GitBook: [master] 20 pages modified
2020-08-11 23:18:06 +00:00