1
0
mirror of synced 2025-12-23 03:47:05 -05:00
Commit Graph

4 Commits

Author SHA1 Message Date
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04: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
81540475a3 Fix destination-exasol build and CatalogDefinition generation (#23321)
* fix exasol build

* bump docker image

* add logo

* Remove Catalog downloader

* Re-remove config-models

* auto-bump connector version

---------

Co-authored-by: Ben Church <ben@airbyte.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-22 16:38:00 +00:00
Christoph Pirkl
f9bc114d0d 🎉 New Destination: Exasol (#21200)
* initial Exasol connector stub

* CUrrent version

* Exasol connector current version

* Exasol connector current version

* Exasol connector current version

* Exasol connector current version

* Remove unwanted changes

* Upgrade dependencies

* Use Exasol container for integration tests

* Purge database before test

* Fix integration tests

* Adapt to new API

* Fix integration tests

* Use separate fields for host, port and fingerprint

* Deactivate action on forks

* Activate action on forks

* Update documentation

* Adapt type of ID column

* Fix Exasol integration tests

* Pass certificate fingerprint when creating a DB connection
* Use the build directory for temp Exasol credentials

* Add reason for overriding testcontainers dependency

* Replace deprecated method

* Code cleanup

* Enable SSH support

* Use JdbcDestinationAcceptanceTest instead of generic base class

* Remove SSH support (will be added later)

* Apply suggestions from code review

Co-authored-by: Christoph Kuhnke <github@kuhnke.net>

* Improve debugging

* Use default name transformer implementation where possible

* Add unit tests for name transformer

* Add unit tests for destination

* Implement review findings by @ckunki

* Implement review findings by @itaseskii

* Apply suggestions from code review

Co-authored-by: Christoph Kuhnke <github@kuhnke.net>

* Describe data type limitation

* Make schema name mandatory

* Remove workaround for bug in ExasolContainer

* Add test for executing statements in a transaction

Replace Exasol specific code with default method

* add destination-exasol to destination_definitions.yaml

* add destination-exasol to destination_specs.yaml

---------

Co-authored-by: ThomasBestfleisch <thomas.bestfleisch@exasol.com>
Co-authored-by: Ivica Taseski <ivica.taseski94@gmail.com>
Co-authored-by: Christoph Kuhnke <github@kuhnke.net>
Co-authored-by: Sunny <6833405+sh4sh@users.noreply.github.com>
2023-02-21 18:10:03 -05:00