1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Artem Astapenko
d06c9b735e Jamakase/add normalization and transformation block (#3921)
* Add normalization block

* Add transformation block

* Add operations resource

* Move transformation form to separate component

* Rename operations field on backend. Improve transformations usage

* Mock listOperations operation in unit test

* Make basic a default normalization

* Add errors for forms

* Select basic normalization by default

* Add support to optionally display normalization

* Add supportsDbt and supportsNormalization destination fields

* add useInitialValues hook

* Reinit form on change

Co-authored-by: Christophe Duong <christophe.duong@gmail.com>

* Fix onChange to onSelect renaming

Co-authored-by: Christophe Duong <christophe.duong@gmail.com>
2021-06-12 04:14:42 +07:00
Christophe Duong
7c26305865 Add supportsDBT and supportsNormalization to API objects (#4031)
* Add supportsDBT and supportsNormalization to API objects
2021-06-11 10:11:42 +02:00
Jared Rhizor
36488ef282 fix network boundary error / format (#4011) 2021-06-09 16:17:24 -07:00
Christophe Duong
3c763d9bfd Add namespaceDefinitionType to standardSync (#3813)
* Add NamespaceDefinition

* Add namespaceFormat to standardSync (#3815)
2021-06-04 10:59:30 +02:00
Christophe Duong
368a7ce4ef Webackend Connection API routes should return Webbackend objects (#3806) 2021-06-02 12:33:50 +02:00
Christophe Duong
e239afa637 Tweak webbackend API to handle operations with connections (#3585) 2021-05-27 15:04:13 +02:00
Charles
aa6afb7282 Checkpointing: Worker use destination (instead of source) for state (#3290)
* Migrate BufferedStreamConsumer users (e.g. all JDBC destinations, MeiliSearch) (#3473)

* Add checkpointing test cases in Acceptance Tests (#3473)

* Add testing for emitting state in Destination Standard Test (#3546)

* Migrate BQ to support checkpointing (#3546)

* Migrate copy destinations support checkpointing (#3547)

* Checkpointing: Migrate CSV and JSON destinations (#3551)
2021-05-25 16:47:40 -07:00
Christophe Duong
083aebcbcb Workflow to handle operations (custom transformation) (#3379)
* Keep normalization backward compatible with old settings from destination

* Bumpversion normalization image
2021-05-17 18:08:27 +02:00
Christophe Duong
80125fe8a3 Add support for Operations to Sync/Connections API (#3244)
* Add Operations (for normalization and custom DBT) to API

* Add Operations to StandardSync backend configuration objects (#3325)
2021-05-12 10:49:53 +02:00
Abhi Vaidyanatha
e378d40236 Documentation Reorganization (#3124)
* First reorganization pass.

* Stop auto-generating api docs html file.

* Update spelling

* Final cleanup.

* Final changes_REAL_actual_2_thisone

* fix path for generating api docs

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
Co-authored-by: Davin Chia <davinchia@gmail.com>
Co-authored-by: jrhizor <me@jaredrhizor.com>
2021-04-29 15:18:52 -07:00