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

58 Commits

Author SHA1 Message Date
Anushree Agrawal
bec1ecf264 🐛 Source Orb: Fix bug to enrich multiple events with the same event_id (#17761)
* Update source Orb to handle multiple events with the same event_id

* Documentation

* Update documentation
2022-10-11 15:22:54 +02:00
Alyssa Hatch
00aca98113 adding credit_block_id to columns obtained from Orb API (#16017)
* adding credit_block_id to columns obtained from Orb API

* switch additional properties from false to true

* Update orb.md (#16020)

updating changelog for orb credit block id upgrade

* bump image tag

* auto-bump connector version [ci skip]

Co-authored-by: Tim Chan <tim@chan.net>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-26 13:56:27 -05:00
Alyssa Hatch
8479ba5d38 update links to orb docs (#15733) 2022-08-21 14:46:17 -04:00
Topher Lubaway
9c6c092a22 Revert "Improving docusaurus sidebar generation (#1927) (#14369)" (#14596)
This reverts commit a2c194a11f.
2022-07-11 15:27:14 -05:00
Mykyta Serbynevskiy
a2c194a11f Improving docusaurus sidebar generation (#1927) (#14369)
* Improving docusaurus sidebar generation (#1927)

* Added "Career & open positions" folder to sidebar, adjusted "Project overview" folder

* Deleted "career-and-open-positions" folder from sidebar
2022-07-08 14:18:27 -05:00
Anushree Agrawal
03a6b6b3bf 🎉 Source Orb: enrich credits ledger entries with cost basis data, description, and update expiration date fields (#11528)
* Add cost basis data to connector and remap block_expiry_date field

* Update dockerfile and orb.md

* Update orb.md and comments

* Add entry_status=committed as filter for getting CreditLedgerEntries

* Update version information

* Move entry_status filter to the correct endpoint

* PR feedback: rename field and add docstring for committed entries

* Fix unit tests to include entry_status param

* Add a unit test to validate transform behavior

* Format using gradlew format

* Bump connector veresion in spec and definitions
2022-04-26 17:07:09 -03:00
Kshitij Grover
01ed0e757e 🎉 Source Orb: support enriching ledger entries with numeric properties (#10839)
* Modifications to Orb schema

* Docs updates

* docs updates

* Remove deprecated field from connector export

* Add to source_definitions and update Dockerfile

* Update docs + run airbyte-config:init:processResources
2022-03-10 12:01:56 -08:00
Kshitij Grover
1e0ac30ebd 🎉 New Source: Orb (#9985)
* V1 of source_orb connector

* add boostrap.md file

* add clause on Pagination to bootstrap.md

* add SUMMARY documentation

* add lookback_window_days connector parameter

* Add support for start_date parameter

* Add ability to transform record in order to un-nest IDs

* Add support for extracting event properties based on connector configuration
2022-02-21 14:14:10 -03:00