1
0
mirror of synced 2025-12-23 03:47:05 -05:00
Commit Graph

62 Commits

Author SHA1 Message Date
Serhii Chvaliuk
e28bc3ad3e 🎉Source Harvest: Added parent_id for all streams which have parent stream (#15221)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-08-10 13:55:29 +03:00
Serhii Lazebnyi
43e7fbb768 🐛Source Harvest: “started_time” being incorrectly cast as datetime field (#15312)
* Increased unit test coverage

* Fixed schema format error

* Updated PR number

* Uncomment connection tests

* Fixed typo

* Fix request_params if stream_slice None

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-08 14:37:46 +03: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
ycherniaiev
2ad4ca1d5c Update fields in source-connectors specifications: drift, harvest, hubspot, intercom, monday, clickhouse, bing-ads, snapchat-marketing, microsoft-teams (#8429)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
2021-12-16 17:52:37 +02:00
Serhii Chvaliuk
778b0f2e53 🎉 Source Harvest: add OAuth 2.0 (#7952)
* add OAuth 2.0 for source-harvest

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2021-11-19 20:23:19 +02:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Marcos Marx
845f84b417 Marcos/test pr 5747 (#6516)
* updated harvest source schema

* updated Docker version for source harvest

* updated the source connector version after merging with latest source-harvest release

* fixed Task :airbyte-integrations:connectors:source-harvest:sourceAcceptanceTest that failed

* harvest bump version

* update some fields remove date-time

* format

* rollback licence in destination files

* format

Co-authored-by: Jade Tremblay <jade@totemteam.com>
Co-authored-by: Jade Tremblay <jadetremblay.ing@gmail.com>
Co-authored-by: Marcos Marx <marcosmarx@MacBook-Pro-de-Marcos.local>
2021-09-28 20:13:06 -03:00
vovavovavovavova
90ca4fd686 Source Harvest: upd version and doc (#5749)
* upd version and doc

* upd dockerfile
2021-08-31 11:03:21 +03:00
Vadym
4c2fc3ba00 Bump harvest version (#4277)
* Bump source Harvest docker version

* Update harvest.md docs
2021-06-22 20:22:02 +03:00
Marcos Marx
156629ca95 Bump Harvest Source connector 0.1.2 (#4223)
* fixes #4221. Fix broken spec file property and point to correct docs page

* bump harvest connector

* add changelog for harvest

* bump dockerfile version

Co-authored-by: Tyler Schroeder <tyler@tylerschroeder.com>
2021-06-21 15:22:48 -03:00
Vadym
e699f39740 🎉 New Source: Harvest (#3709)
* Add harvest source.
Add Clients, Contacts, Company, Invoices, InvoiceMessages, InvoicePayments streams full_refresh support.

* Add all Harvest source streams.
Add config and schema files for all the streams.

* Complete streams implementation.
Add config and schemas.

* Fix expenses stream calls.
Fix ExpensesBase request_params method.
Add source docs and definitions.

* Update harvest.md docs.

* Comment source_definitions.yaml harvest definition.

* Delete Harvest standard source definitions.

* Add Harvest creds to commands.

* Update Harvest build.gradle.

* Add extra report streams schemas.
Update config files.
Update incremental streams mixin.

* Fix HarvestStreamWithPaginationSliced stream_slices method for incremental stream support

* Remove source-acceptance-test test requirement

* * Fix schema.
* Update streams
* Update docs

* Update billable_rates and cost_rates to full_refresh only

* Fix HarvestStreamIncrementalMixin request_params method

* Fix BillableRates and CostRates streams initialization

* Refactor streams.py code common usages.
Update HarvestTokenAuthenticator class definition.

* Add streams docstring.
Fix sub streams slicing.
Update spec and schemas.
Update md docs.

* Update report streams to be support incremental sync.
Update report schemas.

* Removed Uninvoiced and ProjectBudget incremental sync support.
Fix configs and configured catalog.

* Fix streams cursor value.
Update IncrementalReportsBase request_params.
Update schemas and config.

* Add harvest source definitions.
2021-06-07 15:11:30 +03:00