1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Commit Graph

26035 Commits

Author SHA1 Message Date
irynakruk
dbfd6cae88 Source MongoDB v2: Fixed nested document parsing (#7160)
* Fixed nested document parsing: added parsing of nested documents and arrays, added data types test
2021-10-25 09:16:34 -04:00
Eugene
9a0b8dac6c 🎉Source Clickhouse: added ssl support and "strict-encrypt" connector (#7127)
* [Ticket 6435] Source-ClickHouse: added ssl support

* [Ticket 6716] Source-ClickHouse: added secure only connector
2021-10-25 13:33:25 +03:00
irynakruk
1ae5cf42c3 🐛 Source Snowflake: Fixed parsing of extreme values for FLOAT and NUMBER data types (#7257)
* Fixed parsing of extreme values for FLOAT and NUMBER data types
2021-10-22 15:48:55 -04:00
Baz
9a435ec15b 🎉 Source Zuora: support of Unlimited option for Data Query (#7093) 2021-10-22 17:01:00 +03:00
Arthur Galuza
cb6408af8c 🎉 Source Facebook Pages: bump FB API version (#7128)
* Upd FB API version

* Upd changelog

* Exclude fields with extra permissions required
2021-10-22 14:35:50 +03:00
VitaliiMaltsev
0c932749d4 🎉 Redshift Source and Destination set SSL as default option (#7234)
* Redshift Source and Restination set SSL as default option

* add changelog

* remove SSL test| add more documentation

* bump new version

* bump new version

Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com>
2021-10-22 12:28:54 +03:00
Marcos Marx
ad6223d817 Publish PR 6962: New Source Salesloft (#7274)
* Generated connector source code

* Added basic users stream

* Added people stream

* Added cadences and cadence_memberships streams

* Updated unit tests

* Fixed docker build

* Updated connector to use OAuth

* address some checklist items

* review comments

* small fix

* add salesloft into airbyte-config

* correct docs

Co-authored-by: lgomezm <luis@calixa.io>
Co-authored-by: prasrvenkat <pras@calixa.io>
2021-10-22 02:31:37 -03:00
Prasanna Ram Venkatachalam
115af277e2 🎉 New Source: Salesloft (#6962)
* Generated connector source code

* Added basic users stream

* Added people stream

* Added cadences and cadence_memberships streams

* Updated unit tests

* Fixed docker build

* Updated connector to use OAuth

* address some checklist items

* review comments

Co-authored-by: lgomezm <luis@calixa.io>
2021-10-22 02:00:16 -03:00
Bo Lu
fac6840cc8 🎉 New Source: OneSignal (#6998)
* add source onesignal

* update PR number in change log

* change source define cursor and sync mode

* get correct max cursor time across stream slices

* code improvement as code review advices

* format code

* remove unused code

* remove TODOs

Co-authored-by: Maksym Pavlenok <antixar@gmail.com>
2021-10-22 00:38:50 -03:00
Chris Wu
17961fccfc Source Jira: Make recently added configs optional for backwards compatibility (#7222)
* Make start_date optional

* Make projects optional

* Bump version
2021-10-21 22:46:27 -03:00
Marcos Marx
0585a5d52d Publish PR 6930: google dir fix members (#7218)
* Google Directory: Fix crash if there's a group don't have members

* bump version

Co-authored-by: Xiangxuan Liu <xiangxuan.liu@rightcapital.com>
2021-10-21 17:32:21 -03:00
Alexander Tsukanov
561fabea9a 🐛 BUG-4307: Fix incorrect handling of LONG RAW data type (#7125) 2021-10-21 19:01:44 +03:00
Arthur Galuza
dfdbda8cff Source Klaviyo: update schema validation in SAT (#6952)
* Disable schema validation for configured_catalog

* Upd pydantic-generated schema

* Upd comment

* Bump version, upd changelog
2021-10-21 13:05:53 +03:00
Abhi Vaidyanatha
7ae250deed Fix WooCommerce source page. (#7228) 2021-10-20 18:56:17 -07:00
Hai To
fae4d00c8f Source Hubspot: Add new marketing emails (with statistics) stream (#5840)
* Add new marketing emails (with statistics) stream

* Update docs and changelog
2021-10-20 20:37:48 -03:00
Maksym Pavlenok
059645fad4 🎉 Source File: separate secure fork (#6768)
* create a fork for the source-file connector

* update docs and tests

* update docs and tests

* add secrets

Co-authored-by: George Claireaux <george@claireaux.co.uk>

* switching among auth methods

* refactoring after reviews

* correction of doc

* update spec file



Co-authored-by: Maksym Pavlenok <maksym.pavlenok@globallogic.com>
Co-authored-by: George Claireaux <george@claireaux.co.uk>
2021-10-20 12:28:26 +03:00
Marcos Marx
6c0a17304a Bump Source Jira Connector (#7202)
* Create separate cache file per stream and add projects and start_date config

* Add project id to issue record

* Add projectId to issue schema

* Add BoardIssues stream

* Add SprintIssues stream

* Add Epics stream and deduplicate state code

* Add EpicIssues stream and additional fields for Issues stream

* Add story points to sprint issues

* Add new streams to test catalog

* Update gitignore

* Rename cache boolean and fix test catalog

* Fix streams that depend on Issues stream

* Fix sprint_issues stream

* Add more fields to issues stream and format

* Add option to expand issue changelogs

* Remove epic_issues stream

* Expand project descriptions

* Show rendered fields for epics

* Include project key

* Include project key in issues stream

* Address comments

* Use CDK caching

* Remove extra changes

* Fix sprints stream reading from non-scrum boards

* Format

* small fix and bump version

* bump version

Co-authored-by: Chris Wu <chris@faros.ai>
2021-10-19 23:55:39 -03:00
George Claireaux
1d3a17a8fb 🎉 Source S3 - memory & performance optimisations + advanced CSV options (#6615)
* memory & performance optimisations

* address comments

* version bump

* added advanced_options for reading csv without header, and more custom pyarrow ReadOptions

* updated to use the latest airbyte-cdk

* updated docs

* bump source-s3 to 0.1.6

* remove unneeded lines

* Use the all dep ami for python builds.

* ec2-instance-id should be ec2-image-id

* ec2-instance-id should be ec2-image-id

Co-authored-by: Jingkun Zhuang <Jingkun.Zhuang@icims.com>
Co-authored-by: Davin Chia <davinchia@gmail.com>
2021-10-19 16:50:51 +01:00
Yevhenii
25110c167d 🎉 Google Directory: Add organizations and phones to users schema (#7167)
* Google Directory: Add organizations and phones to users schema

https://developers.google.com/admin-sdk/directory/v1/guides/manage-users#json-response

* bump version, add changelogs to google-directory.md

Co-authored-by: Xiangxuan Liu <9570112+nauxliu@users.noreply.github.com>
2021-10-19 16:59:00 +03:00
Yevhenii
b18acd6014 🎉 Connector Facebook-Marketing: update insights streams with custom entries for fields, breakdowns and action_breakdowns (#7158)
* Connector Facebook-Marketing: update streams with custom streams

* update: remove custom streams, add new custom insights from config

* update: add new model for InsightConfig, remove old imports

* fix: format to source file and streams file

* update Changelog

* update: add to check a validation to insights entries, update documentation and fix to resolve  in spec schema

* fix: fix import logger from entrypoint, change to python logger

* fix: change error message from check custom insights entries, fix logger import

Co-authored-by: vladimir <vladimir.remar@gmail.com>
2021-10-19 15:08:28 +03:00
Jared Rhizor
2d32df1b20 fix more doc links (#7146) 2021-10-18 18:21:21 -07:00
Tuan Nguyen
1de7f4c365 Minor typos in doc (#7106)
* Update google-ads.md

* Update docs/integrations/sources/google-ads.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2021-10-18 11:32:34 -03:00
oleh.zorenko
cf04b8bb8e 🎉 Source GitLab: allow all domains to be used as api_url (#7108)
* Remove `pattern` field from `api_url` in spec file

* Bump connector's version + update docs
2021-10-18 16:24:36 +03:00
Maksym Pavlenok
4054d8b45f 🐛 Source Zendesk Support: incorrect spec file (#7097)
* remove oauth settings from spec file

* update changelog

Co-authored-by: Maksym Pavlenok <maksym.pavlenok@globallogic.com>
2021-10-18 11:56:05 +03:00
oleh.zorenko
f1ddfca1c5 🐛 Source Twilio: update schemas + turn on transformer for all streams (#7034)
* Update schemas + turn on transformer for all streams

* Update docs

* Transform RFC2822 datetime into ISO8601

* Bump connector's version + update `accounts` schema
2021-10-18 07:05:07 +03:00
Samy Pessé
d365f85654 Fix invalid YAML frontmatter (#7088) 2021-10-15 21:25:58 -03:00
Maksym Pavlenok
592f7fe2b2 🐛 Source ZenDesk Support: fix 404 responses for the ticket_comments stream (#6513)
* fix 404 responses for the ticket_comments stream

* add unit test

* add unit test

* add oauth2 access token

* Update airbyte-integrations/connectors/source-zendesk-support/source_zendesk_support/streams.py

Co-authored-by: George Claireaux <george@claireaux.co.uk>

* switching among auth methods

* Update docs/integrations/sources/zendesk-support.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* add log message for 404 errors

* Update docs/integrations/sources/zendesk-support.md

Co-authored-by: George Claireaux <george@claireaux.co.uk>

* Update airbyte-integrations/connectors/source-zendesk-support/source_zendesk_support/streams.py

Co-authored-by: George Claireaux <george@claireaux.co.uk>

* remove oauth logic from this PR

* remove oauth logic from this PR

Co-authored-by: Maksym Pavlenok <maksym.pavlenok@globallogic.com>
Co-authored-by: George Claireaux <george@claireaux.co.uk>
Co-authored-by: Davin Chia <davinchia@gmail.com>
2021-10-16 01:20:41 +03:00
Maksym Pavlenok
713fe61efd 🎉 New Source: TikTok Marketing (#5887)
* create a new connector folder

* add base classes

* add schemas

* add ads/ad_groups streams

* update tests and docs

* add a bootstrap file

* update the base domain name for API

* update the base domain name for API

* update Dockerfile libs

* remove unused comments

* Update airbyte-integrations/connectors/source-tiktok-marketing/bootstrap.md

Co-authored-by: George Claireaux <george@claireaux.co.uk>

* Update airbyte-integrations/connectors/source-tiktok-marketing/bootstrap.md

Co-authored-by: George Claireaux <george@claireaux.co.uk>

* fix UI error with input parameters

* fix problem with updated state

* Update airbyte-integrations/connectors/source-tiktok-marketing/source_tiktok_marketing/spec.py

Co-authored-by: Davin Chia <davinchia@gmail.com>

* add an unit test

* update README.md

* bump version

Co-authored-by: Maksym Pavlenok <maksym.pavlenok@globallogic.com>
Co-authored-by: George Claireaux <george@claireaux.co.uk>
Co-authored-by: Davin Chia <davinchia@gmail.com>
2021-10-15 19:24:14 +03:00
Marcos Marx
825e487bb1 enable campaign_metrics stream (#6856) 2021-10-14 21:45:56 -03:00
Baz
cfae84cbb0 🎉 Source Shopify: support oauth flow (#6951) 2021-10-14 22:37:30 +03:00
Arthur Galuza
62826f82fd 🎉 Source Google Analytics v4: add intermediary auth config support (#7020)
* Add intermediary auth config support

* Upd changelog

* Mark spec param as secret
2021-10-14 17:00:11 +03:00
Vadym
409101ad79 🎉 Source Greenhouse: Implement Additional Endpoints Support (#6377)
* Add additional stream support.
Implement nested stream support.
Add new schemas.
Update acceptance test config.

* Update acceptance test config.
Update codestyle and docstrings.

* Update build.gradle

* Update build.gradle config

* Update docs.
Post review fixes.

* Add TODO to fill all streams.

* Update schemas.
Update SAT config.

* Refacor connector to use CDK best practices

* Stream pagination fixed

* Fix acceptance test config.

* Fix setup.py test requirements

* Rename <x>.<y> stream names to <x>_<y> format.
Update next_page_token method.
Fix streams mypy type check.

* Add unit tests for stream core functionality.

* Fix acceptance test config with new stream names.

* Fix acceptance test config with new stream names.

* Add more streams to SAT as non empty.

* Fix broken schemas.

* Comment/delete demographics streams references.
Bump connetor version.
2021-10-14 16:24:01 +03:00
Yevhenii
6c4ae4aac4 Source Hubspot: update SAT config (#6995)
* Update discover method: disable quotes stream when using OAuth config
2021-10-14 13:37:49 +03:00
VitaliiMaltsev
ae9048cfaa 🎉 Redshift Source/Destination SSL Support (#6965)
* add tls option to spec

* Redshift Source add acceptance test

* Redshift Destination add ssl field to spec

* add RedshiftDestinationAcceptanceTestSSL

* fix checkstyle

* added changelog

* update docs

* bump versions of Redshift Source and Destination \ changed default tls to true

Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com>
2021-10-14 12:29:00 +03:00
Dmytro
2e7ff2e83b Trello source: Add oAuth flow (#6968) 2021-10-14 09:46:47 +03:00
Abhi Vaidyanatha
3841e8a029 Docs Refresh: Amazon Seller Partner (#7023) 2021-10-13 13:40:36 -07:00
Arthur Galuza
bfe865aebf 🎉 Source Google Sheets: Support connecting via oAuth webflow (#6354)
* Add service account support

* Upd oauth support

* Upd auth creds selector
2021-10-13 23:02:22 +03:00
Abhi Vaidyanatha
08afd9eea0 Add meta description to Shopify source page. (#7017) 2021-10-13 12:12:41 -07:00
vitaliizazmic
74fecdd045 🎉 Source Freshdesk: add start_date parameter to specification from which to start pulling data
* Source Freshdesk #6133 - add update since parameter to spec for tickets stream

* Source Freshdesk #6133 - fixing according to PR

* Source Freshdesk #6133 - fixing according to PR review

* Source Freshdesk #1279 - implement start date for all incremental streams

* Source Freshdesk #1279 - fixing start_date

* Source Freshdesk #1279 - reformat

* Source Freshdesk #1279 - bump and CHANGELOG.md
2021-10-13 18:20:17 +03:00
Denis Sokolov
7aa9341235 Update integrations/amplitude release date (#6997)
An oversight in aaaa6cc5cb.
2021-10-13 12:11:30 -03:00
Andrii Leonets
a98b3fe414 MySql Source: Fix data processing (#6093)
* move logic from static JdbcUtils to JdbcSourceOperations

* format

* Add methods for all types in order to have possibility rewrite them and use common type mapping.

* Make BigQuery in line impl with JDBC changes

* fix binary type

* add database creations methods with sourceOperations input

* add MySqlSourceOperations

* fix processing

* Fix CDC processing

* format

* add some tests for double and float

* incr version

* #3931 #3932 added zero-date converting to null param "zeroDateTimeBehavior=convertToNull"

* remove old tests covered by data type tests + incr ver

* Update airbyte-integrations/connectors/destination-mysql/src/main/java/io/airbyte/integrations/destination/mysql/MySQLDestination.java

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Update docs/integrations/sources/mysql.md

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* add back comments to the data type mapping

* incr config version

Co-authored-by: Oleksandr Sheheda <alexandrshegeda@gmail.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-10-12 18:08:50 +03:00
Baz
81fd664362 🐛 Source Zuora: fixed minimum value of window_in_days (#6960) 2021-10-12 17:11:17 +03:00
vitaliizazmic
6a28488884 🎉 Source Typeform: support pulling data from a select set of forms
* Source Typeform #6319 - add form_ids to spec for specifying set of forms

* Source Typeform #6319 - improving description in spec, verifying if forms inputted by the user are valid

* Source Typeform #6319 - fixing check connections

* Source Typeform #6319 - improving form ids validation error message

* Source Typeform #6319 - bump and update changelog
2021-10-12 10:43:52 +03:00
oleh.zorenko
51a2e45c50 🐛 Source Gitlab: fix pattern field in spec file, remove unused fields from config files, improve caching mechanism (#6932)
* Fix SAT

Fix how cache is used in this connector.
Fix pattern field in spec file.
Remove unused fields from invalid_config.json and sample_config.json files.

* Update docs

* Use cache from CDK

* Bump connector's version + update docs
2021-10-12 10:39:55 +03:00
Arthur Galuza
24c53b25dd 🐛 Source Amplitude: log error when got 404 (#6541)
* Add test

* Upd error handling

* Update airbyte-integrations/connectors/source-amplitude/source_amplitude/api.py

Co-authored-by: Eugene Kulak <widowmakerreborn@gmail.com>

* Update docs/integrations/sources/amplitude.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update airbyte-integrations/connectors/source-amplitude/source_amplitude/api.py

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

Co-authored-by: Eugene Kulak <widowmakerreborn@gmail.com>
Co-authored-by: Davin Chia <davinchia@gmail.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-10-12 10:24:32 +03:00
Arthur Galuza
99b1e91c65 🎉 Source Pipedrive: add oAuth support (#6821)
* Add oauth support

* Upd changelog

* Update airbyte-integrations/connectors/source-pipedrive/source_pipedrive/spec.json

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-10-12 09:45:46 +03:00
irynakruk
22c3a9e043 🐛 MongoDb Source: Added filter to avoid MongoDb system collections (#6860)
* Added filter to avoid MongoDb system collections
2021-10-11 13:41:24 -04:00
Serhii Lazebnyi
a12076a6ed 🐛 Source Intercom: Fix pagination for contacts (#6879)
* Fix pagination for contacts

* Changed PR number
2021-10-11 11:21:52 +03:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Arthur Galuza
bf3189cd12 🎉 Source Google Analytics v4: Declare oauth parameters in google sources (#6414)
* Upd auth: oauth support

* Rename authorization/credentials, upd spec, refactor

* Add backward compatibility

* Upd CI

* Bump version

* Upd changelog
2021-10-08 12:38:40 +03:00