1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Commit Graph

12 Commits

Author SHA1 Message Date
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
btkcodedev
3219b1197f Source Orb: Migrate to manifest-only format with components (#47288)
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: ChristoGrab <christo.grab@gmail.com>
2024-10-29 22:19:09 +00:00
Dhroov Makwana
fc85d8da4c Source Orb: migrate to low-code (#40227)
Co-authored-by: Christo Grabowski <108154848+ChristoGrab@users.noreply.github.com>
Co-authored-by: Christo <christo.grab@gmail.com>
2024-06-24 20:50:40 -07:00
Marcos Marx
4dc8c4372f 🐛 Source Orb: update enrich ledger entry with event stream to pass timeframe bounds (#35897)
Co-authored-by: Kshitij Grover <k.grover123@gmail.com>
Co-authored-by: Arsh <arsh@withorb.com>
2024-03-08 12:57:26 -03:00
Alexandre Girard
bdc41c59dc 🎉 Source Orb: Add invoices incremental stream (#24737)
* add invoices to Airbyte connector

* Add unit tests

* Remove logging statements

* Update documentation

* Update documentation

* Fix integration tests

* Address PR comments

* Bump docker image tag

* Update changelog

* Update

* auto-bump connector version

---------

Co-authored-by: Kshitij Grover <k.grover123@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-04-03 20:50:59 -07:00
Cole Snodgrass
2e099acc52 update headers from 2022 -> 2023 (#22594)
* It's 2023!

* 2022 -> 2023

---------

Co-authored-by: evantahler <evan@airbyte.io>
2023-02-08 13:01:16 -08:00
Parker Mossman
9709adf41e Add SubscriptionUsage stream to Orb Source (#21951)
* wip

* mvp

* big rework to make incremental possibly work

* incremental might be working

* add external_customer_id to subscriptions stream

* keep state indexed by subscription_id

* add a source defined primary key

* move super call after assignments

* start work on integration tests

* format and more test setup

* tests and cleanup

* fix yield from

* format fixes

* fix type of new subscriptions property

* add subscription with actual usage for integration test config

* fix start date parsing and use correct keys in integration test

* update docs

* bump version from 0.1.4 to 0.1.5 and update changelog

* make start_date a required field and set version 0.2.0 instead of 0.1.5

* major version bump from 0.1.4 to 1.0.0 to reflect backwards-incompatible change making start_date a required field

* pass start_date in unit test

* add sample start_date

* start_date already converted

* add start_date to sample_config

* remove accidental char

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-07 10:29:59 -08:00
Joe Reuter
6a10ae3e05 Rename source acceptance test to connector acceptance test (#21846)
Rename source acceptance test to connector acceptance test
2023-02-02 11:38:19 +01:00
Marcos Marx
dca2256a7c Bump 2022 license version (#13233)
* Bump year in license short to 2022

* remove protocol from cdk
2022-05-26 15:00:42 -03:00
Anushree Agrawal
25115ec6e9 Source Orb: Remove unused catalog.json file (#12735) 2022-05-13 13:18:16 -03: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
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