1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Commit Graph

16 Commits

Author SHA1 Message Date
vovavovavovavova
286f30f9ed CDK: tool for auto-generating schemas from the stream output (#3948)
* tool for creating schemas from configured_catalog within genson stripping `required`

* gen from all output (add_schema for all)

* all except extra_strategies

* apply extra strategies

* merge && small upd

* upd docstring
2021-06-16 14:16:32 +03:00
Dmytro
512b9f3e63 Rewrite scaffoldTemplateTask test to work with new docker generator (#4039) 2021-06-10 23:33:22 +03:00
Jared Rhizor
b4793b2510 add AIRBYTE_ENTRYPOINT for kubernetes support (#3973)
* add AIRBYTE_ENTRYPOINT for kubernetes support

* bump versions

* bump version in seed

* Update generic template

* keep scaffold sources at 0.1.0

* add missing newline

* handle python base versions correctly

* re-bump mysql and postgres sources

* re-bump snowflake destination

* add skip tests option

* switch to running tests

* reverse conditional to make it safer

* fix publish to include the test running

* fix iterable version

* fix file generation

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-06-09 13:01:45 -07:00
Christophe Duong
8862fba1bb 🎉 Avoid dbt runtime exception "maximum recursion depth exceeded" in ephemeral materialization
* Create new test_ephemeral and refactor with test_normalization

* Add notes in docs

* Refactor common normalization tests into DbtIntegrationTest

* Bumpversion of normalization image
2021-05-21 18:07:20 +02:00
Jared Rhizor
0609011e05 fix connector base versioning (#2726)
* fix connector base versioning

* only run integration tests in non-bases directories

* upgrade datamodel-code-generator which coincidentally has already fixed this issue with generating List of Lists

* bump forgotten hubspot version

* fix build
2021-04-02 22:46:06 -07:00
Michel Tricot
ac092ada6e Hide connector scaffolding behind a script (#2080) 2021-02-16 20:09:03 -08:00
Sherif A. Nada
9d24b80992 Allow publishing a connector image via github comment (#1892) 2021-02-01 14:11:21 -08:00
Sherif A. Nada
6a6daa4956 Test connectors only once when building their image (#1555) 2021-01-06 16:06:54 -08:00
Charles
d1fd379938 add handling for different test types in manage.sh (#1013) 2020-11-18 13:54:37 -08:00
Sherif A. Nada
41ce2b96dc fix image push script (#633) 2020-10-19 16:23:45 -07:00
Michel Tricot
5e2ccaa49b DRY connector gradle files (#562) 2020-10-14 10:59:47 -07:00
Michel Tricot
5c5185f1b4 First process to push integrations (#215) 2020-09-10 15:36:43 -07:00
Sherif A. Nada
b33980536b Add acceptance tests to run through most critical features (#165) 2020-09-09 17:50:54 -07:00
Sherif A. Nada
6f3e670c05 Fix sync worker deps & tests (#120)
* save

* working sync tests

* nullcheck

* disable test until docker is fixed
2020-08-27 12:59:57 -07:00
Sherif A. Nada
0feb7672d9 Add sync worker (#84) 2020-08-25 14:58:58 -07:00
Michel Tricot
d408239029 Use docker for integrations (#87) 2020-08-20 19:31:39 -07:00