1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Marcos Marx
acf0d91ebd fix(destination-teradata): Fix for Parameter 2 length size issue (#40250)
Co-authored-by: Satish Chinthanippu <satishchinthanippu@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-24 20:47:44 -03:00
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04:00
Evan Tahler
e1a9a5420a Remove normalization docs (#38779) 2024-05-30 12:03:31 -07:00
Natik Gadzhi
cb80e6922a [tools] prettier rules for .md + formatting cleanup 2024-05-07 08:19:33 -07:00
Marcos Marx
966a9c3302 Destination Teradata: make connector avaialble on Airbyte Cloud (#28667)
Co-authored-by: SatishChGit <satishchinthanippu@gmail.com>
Co-authored-by: evantahler <evan@airbyte.io>
2024-01-30 19:43:34 -03:00
Evan Tahler
1ac6f80524 Destination Teradata Vantage: Enabled dbt custom transformation for… (#30740) 2023-09-25 16:43:14 -04:00
Edward Gao
e9f1a7ad01 Destination snowflake 1s1t: release v2 early access (#29174)
* disable 1s1t in gcs/s3 mode

* derp

* quote things in many places

* fix timestamp format...?

* delete unused tests

* more expectedrecord timestamp fixes

* implement dumpFinalTable

* fix bug

* bugfix in schema change detection

* add schema change detection tests

* fix schema change detection

* add spec options

* logistics

* add timestamp format test

* and snowflake

* accept raw schema override

* fix test handling

* fix unit test

* Automated Commit - Format and Process Resources Changes

* typo

* forgot to fix this

* ... I had uncommitted changes

* resolve TODOs

* add regex examples

* correctly drop check table in check connection

* also bump teradata >.>

---------

Co-authored-by: edgao <edgao@users.noreply.github.com>
2023-08-09 10:21:05 -06: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
Greg Solovyev
72b2f8e013 Greg/teradata ssl (#23708)
* Added SSL support for teradata connector.
Modified database size from 1GB to 120 MB for schema creating from Airbyte.

* Update TeradataDestinationSSLAcceptanceTest.java

PR Review comments addressed.

* Update TeradataDestination.java

Removed unnecessary log statement

* Deleting/Droping all tables created as part of integration testing in teardown method.

* bump version

* auto-bump connector version

---------

Co-authored-by: SatishChGit <satishchinthanippu@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-03 18:24:30 -03:00
Greg Solovyev
1ed04fd232 Destination connector for teradata vantage (rebased community PR) (#21160)
* Destination connector for teradata vantage is implemented

* add teradata destination to seed yaml

* Add teradata destination to specs seed file

Co-authored-by: Satish Chinthanippu <satishchinthanippu@gmail.com>
2023-01-10 10:41:36 -06:00