1
0
mirror of synced 2026-02-02 16:02:07 -05:00
Commit Graph

2541 Commits

Author SHA1 Message Date
Serhii Chvaliuk
59ff2a2f59 Source Google Analytics Data API: slicer updated, unit tests added (#21169)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-01-11 18:26:29 +02:00
Denys Davydov
9d4dd48d9f Source notion: fix schema (#20639)
* #1047 oncall - Source Notion: fix Pages stream schema

* #1047 oncall - Source Notion: fix Pages stream schema

* #1047 oncall - Source Notion: upd changelog

* #1047 source notion - remove ignored fields

* #1047 source notion: fix SATs

* #1047 source notion: upd expected records

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-11 16:57:15 +02:00
Greg Solovyev
8398e648c8 Enforce HTTPS (#21182)
* Enforce HTTPS
2023-01-10 16:24:56 -08:00
Evan Tahler
4afdd936b1 Update README.md (#21236)
Update connector release stage docs
2023-01-10 16:05:52 -08:00
Artem Inzhyyants
31edbd8bae Source S3: update block size for json (#21210)
* Source S3: update block size for json

* Source S3: update docs

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-10 19:53:42 +00:00
Artem Inzhyyants
2ea66124cf Source Airtable: fix field names (#21215) 2023-01-10 20:44:31 +01:00
Nataly Merezhuk
364973e732 🎉 Destination Local CSV: add custom delimiter (#17998)
* Adds delimeter to the spec file. Adds function to get delimeter from the config.

* New delimiter works, but only checked raw airbyte tables.

* Fixes testWriteFailure(), testWriteSuccess() still broken.

* Corrects CSVFormat and now all tests pass.

* Implements tab separator.

* Corrects tooltip on destination settings page.

* Creates CSV file with delimiters and prints it as stirng.

* Adds try catch block for assertion. Deletes file after test run.

* Removes separate format for tab dleimiter, it is not needed.

* Cleans up code.

* Adds missing bracket.

* Adds files from incorrect rebase.

* Corrects imports.

* Fixes connectors base build.

* Corrects Dockerfile version bump. Adds changelog.

* Corrects getProtocolVersion method and makes CSVDataArgumentsProvider class static.

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-10 13:40:25 -05:00
Denys Davydov
58352c99e1 Source google ads: add more logs (#20755)
* #1148 source google ads: add more logs

* #1148 source google ads: upd changelog

* #1148 source google ads: flake fix

* #1148 source google ads - fix SATs

* #1148 source Google Ads: bump version

* #1148 source google ads: upd expected records

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-10 19:59:05 +02:00
Greg Solovyev
1ed04fd232 Destination connector for teradata vantage (rebased community PR) (#21160)
* Destination connector for teradata vantage is implemented

* add teradata destination to seed yaml

* Add teradata destination to specs seed file

Co-authored-by: Satish Chinthanippu <satishchinthanippu@gmail.com>
2023-01-10 10:41:36 -06:00
Baz
cb99eab61a 🎉 Source Airtable: update releaseStage to beta (#20935) 2023-01-10 13:09:42 +00:00
Baz
98ee1c2165 🐛 🎉 Source Airtable: migrate to the Metadata API for dynamic schema generation (#20846) 2023-01-09 22:37:34 +01:00
Denys Davydov
86157be611 Source Mailchimp - fix the way request params are built (#20765)
* 1058 source mailchimp - fix the way request params are built

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-09 22:30:50 +01:00
Artem Inzhyyants
e8c5cff2bb Source Harvest: Skip 403 FORBIDDEN for all streams (#21151)
* Source Harvest: Skip 403 FORBIDDEN for all streams

* Source Harvest: update docs

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-09 21:44:31 +01:00
Zaza Javakhishvili
bbf1a5c3e9 Amazon Seller Partner: Validate connections without orders data (#20896)
* amazon seller partner validate connection without orders data

* amazon seller partner bump version in docs

* amazon seller partner fix redundant if statement

* auto-bump connector version

Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-09 14:30:12 -05:00
Artem Inzhyyants
bc93198b78 Source Facebook Marketing: Update schema ad_account (#21149)
* Source Facebook Marketing: Update schema ad_account

* Source Facebook Marketing: Update docs; bump version

* Source Facebook Marketing: disable backward compatibility

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-09 19:38:45 +01:00
Evan Tahler
26de82755d Update postgres.md (#21170) 2023-01-09 10:34:09 -08:00
Greg Solovyev
56c686440e New destination: databend (community PR #19815) (#20909)
* feat: Add databend destination

Co-authored-by: hantmac <hantmac@outlook.com>
Co-authored-by: josephkmh <joseph@airbyte.io>
Co-authored-by: Sajarin <sajarindider@gmail.com>
2023-01-09 10:19:07 -08:00
Serhii Chvaliuk
4923edf20a Source: Google Analytics 4 (GA4) - improve config validation and SAT (#20889)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-01-09 16:52:08 +02:00
Serhii Lazebnyi
f9fc56c1aa Source Okta: OAuth2.0 support - disabled (#20877)
* Disabled OAuth Okta

* Updated acceptance tests

* Updated PR number

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-06 23:01:28 +00:00
Artem Inzhyyants
49bee81fc2 Source Github: Raise Error if no organizations or repos are available (#21084)
* Source Github: Raise Error if no organizations or repos are available

* Source GitHub: Update docs; bump version

* Source GitHub: Add test

* Source GitHub: Exclude empty streams

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-06 19:50:23 +01:00
Artem Inzhyyants
32f34b42df Source Slack: update schema; data from openapi spec (#20767)
* Source Slack: update schema; data from openapi spec

* Source Slack: Docs update

* Source Slack: Update schema

* Source Slack: Update schema (timestamp returned in POSIX time)

* Source Slack: Disable backward compatibility test for discovery

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-06 18:04:39 +00:00
Serhii Lazebnyi
b526aace6a 🐛Source Looker: Fix schema transformation issue (#20182)
* Fix schema transformation issue

* Updated PR number

* Added unittest

* Add a test case that uses the recursion

* Unhide from cloud

* Bumed seed version
2023-01-06 18:19:56 +01:00
Serhii Chvaliuk
e51853e046 Source Amazon Ads: fix bug with handling: "Report date is too far in the past." (partial revert of #20662) (#21082)
* Revert "Source Amazon Ads: fix bug with handling: "Report date is too far in the past." (#20662)"

This reverts commit ec995959f7.

* fix

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

* revert master

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

* revert to master

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

* bump 0.1.27

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

* fix

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

* amazon-ads.md updated

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

* amazon-ads.md updated

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

* auto-bump connector version

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
2023-01-06 09:18:50 -06:00
Artem Inzhyyants
f2d1b2f3ac Source Facebook Marketing: Docs update (#21105) 2023-01-06 15:25:13 +01:00
Serhii Lazebnyi
fc05f65000 🐛Source Freshdesk: Fix schema types (#20416)
* Fix schema types

* Updated version

* Updated acceptance tests

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-06 13:22:33 +01:00
Greg Solovyev
7e097b7bb6 Publish new version of destination-redshift (#21083)
* Update changelog

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-05 17:32:08 -06:00
Siddhant Singh
cc80142ba9 New Source: Commcare (#20220)
* commcare connector

* flake improvement

* added the docs

* added the config

* project_space added in the config

* project space is required

* cleaning

* added test case

* disbaled the backward compatibility test

* feat: revert .vscode/settings.json

Co-authored-by: Sajarin <sajarindider@gmail.com>
2023-01-05 14:25:13 -05:00
Evan Tahler
199b7e9114 Fix babelforce doc title (and navigation) (#21070) 2023-01-05 10:16:46 -08:00
Sajarin
1da4abb7b1 Source AlphaVantage - add quote stream to alpha-vantage (#20564)
* feat: add quote stream to alpha-vantage

* updated spec.yaml with correct order values

* docs: updated docs

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-05 12:21:05 -05:00
Sajarin
90108ca44d Source CoinAPI - add quote stream to coin api (#20600)
* feat: add quote stream to coin api

* fix: restore configured_catalog.json

* docs: updated changelog with quotes stream

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-05 11:40:13 -05:00
Greg Solovyev
606e59eb0d Common Jsons: add flag to apply flatten to arrays (#20993)
* add flag to apply flatten to arrays

* add additional unit test cases for array flattening

* add backward compatibility function

* bump dest-redshift version and add changelog

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Adam Bloom <adam-bloom@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Davin Chia <davinchia@gmail.com>
2023-01-05 08:26:43 -08:00
Artem Inzhyyants
cb84383bfb Source Facebook Marketing: Remove extra properties (#21057)
* Source Facebook Marketing: Remove extra properties

* Source Facebook Marketing: Docs update

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-05 16:04:13 +01:00
Denys Davydov
62d219fb9a Source google ads: retry transient errors (#20855)
Co-authored-by: Baz <oleksandr.bazarnov@globallogic.com>
2023-01-05 16:07:34 +02:00
Denys Davydov
4897bbc983 Source Salesforce: remove ActivityMetric stream (#20886)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-01-05 15:51:33 +02:00
Serhii Chvaliuk
2381403b34 Source Harvest: skip FORBIDDEN for EstimateItemCategories stream (#20810)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-01-05 12:49:24 +02:00
Simon Späti
26053ef727 📝 Add warning for working with local files and Docker Desktop (/tmp and /private) (#21004) 2023-01-05 10:54:58 +01:00
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
Artem Inzhyyants
6176ecbb46 Source Salesforce: fix tests (#20927)
* Source Salesforce: fix tests

* Source Salesforce: update expected records

* Source Salesforce: update expected records

* Source Salesforce: update docs; bump version

* Source Salesforce: update acceptance test reason

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-04 22:06:18 +01:00
Artem Inzhyyants
f6cc98fd6e Source Monday: fix schema loader; delete old files (#20996)
* Source Monday: fix schema loader; delete old files

* Source Monday: fix schema loader; delete old files

* Source Monday: fix tests

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-04 20:36:24 +00:00
Artem Inzhyyants
10d7bea363 Source File: Fix special characters bug (#21012)
* Source File: Fix special characters bug

* Source File: bump version; update docs

* Source File: update SSH credentials in unit tests

* Source File: bump version (secure)

* Source File: update resources manually
2023-01-04 20:58:42 +01:00
Serhii Chvaliuk
ec995959f7 Source Amazon Ads: fix bug with handling: "Report date is too far in the past." (#20662)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-01-04 20:09:00 +02:00
Artem Inzhyyants
f5b793d37f Source Snapchat Marketing: permission error (#20865)
* Source Snapchat Marketing: permission error

* Source Snapchat Marketing: add test; docs update

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-04 13:53:46 +01:00
Artem Inzhyyants
abf3ef8e0e Source Google Analytics UA: fix check connection (#20858)
* Source Google Analytics UA: fix check connection

* Source Google Analytics UA: docs update

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-04 12:52:38 +00:00
Artem Inzhyyants
b2da81e836 Source Facebook Pages: fix tests; data is not permanent (#20925)
* Source Facebook Pages: fix tests; data is not permanent

* Source Facebook Pages: fix tests
2023-01-04 13:15:08 +01:00
Rodi Reich Zilberman
6a68d1f4a7 Map number(integer) into an integer rather than a float (#20730)
* Fix failing test

* Bigquery-denormalized update spec plus destination_definitions.yaml to fix integration tests

* sanity

* Update version number and release note

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-04 15:27:25 +05:30
Serhii Chvaliuk
6c1869bbfb Source Jira: Fixed pagination for streams issue_remote_links, sprints (#20859)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-01-04 10:59:13 +02:00
Subodh Kant Chaturvedi
7dfc38d5bc source-postgres-cdc: allow LSN to be acknowledged after sync (#20469)
* WIP

* fix issues

* fix test

* format

* more tests

* one more test

* make lsn_commit_behaviour not required

* update expected spec

* update expected spec

* update expected spec

* PR comments

* PR comments

* upgrade version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-04 14:23:17 +05:30
Artem Inzhyyants
598d4e3909 Source Facebook Marketing: fix OC 1040 (#20736)
* Source Facebook Marketing: fix OC 1040

* Source Facebook Marketing: docs update; bump version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-04 01:01:01 +00:00
Artem Inzhyyants
e5392eebcf Source Sentry: add incremental sync (#20709)
* Source Sentry: add incremental sync

* Source Sentry: fix test config

* Source Sentry: bump version; update docs

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-04 00:32:03 +01:00
Amruta Ranade
cae63965bd Deployment docs and sidebar cleanup (#20965) 2023-01-03 19:18:35 +05:30