1
0
mirror of synced 2026-01-26 04:01:39 -05:00
Commit Graph

3 Commits

Author SHA1 Message Date
JJ2788
50916e7c2b New Desination: Heap Analytics [python cdk] (#20785)
- implement a heap client to load data via the server-side API:
  https://developers.heap.io/reference/server-side-apis-overview
- the connector supports a generic data source, and the api_type
    determines the output schema. The output schema is dynamic.
- users pick the columns that will be loaded to the destination
- Consequently, each configured catalog only includes one stream
2023-01-04 19:37:31 -08:00
Marcos Marx
3ed858d699 Revert "🎉 New Destination: Heap Analytics [python cdk] (#18530)" (#19357)
* Revert "🎉 New Destination: Heap Analytics [python cdk] (#18530)"

This reverts commit 093a2941a1.

* Update SshKeyMongoDbDestinationAcceptanceTest.java

* Update SshMongoDbDestinationAcceptanceTest.java

* Update SshPasswordMongoDbDestinationAcceptanceTest.java

* Update users.json

* Update spec.yaml

* Update spec.yaml

* Update sample_config.json

* Update sample_config.json

* Update spec.json

* Update spec.json

* Update api_test.py

* Update api_test.py

* Update configured_catalog.json

* Update sample_state.json

* Update spec.json

* Update zoom.yaml

* Update meeting_polls.json

* Update meeting_registrants.json

* Update meeting_registration_questions.json

* Update meetings.json

* Update users.json
2022-11-11 15:09:14 -03:00
Yiyang Li
093a2941a1 🎉 New Destination: Heap Analytics [python cdk] (#18530)
* 🎉 New Desination: Heap Analytics [python cdk]

- implement a heap client to load data via the server-side API: https://developers.heap.io/reference/server-side-apis-overview
- the connector supports a generic data source, and the api_type determines the output schema. The output schema is dynamic.
- users pick the columns that will be loaded to the destination
- Consequently, each configured catalog only includes one stream

* add a bootstrap to illustrate the connector

* add destination dest def

* run format all files

* correct unit test

* auto-bump connector version

Co-authored-by: Vincent Koc <koconder@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-01 10:36:53 -03:00