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

28471 Commits

Author SHA1 Message Date
Yevhenii
65d62eb560 🎉 Declare Oauth init parameters for 4 connector (#6438)
* Annotate Oauth init parameters for connectors: Facebook Marketing/Pages, Instagram, Salesforce
2021-09-30 18:29:51 +03:00
Eugene
7698a50c74 🎉Source MySQL - added option to connect using SSL (#6510)
* Source MySQL - added option to connect using SSL
2021-09-30 18:23:51 +03:00
Christophe Duong
5af942910c Republish connectors to include new specs fields (#6543) 2021-09-29 17:27:55 +02:00
Marcos Marx
3a825e877a correct linkedin ads readme link (#6540)
* correct linkedin ads readme link

* correct link in bigcommerce doc
2021-09-29 10:26:01 -03:00
Arthur Galuza
6f4b5502d2 🐛 Source Pipedrive: Normalization Error Person Table: Invalid timestamp (#6441)
* Upd schema

* Bump
2021-09-29 16:11:44 +03:00
andriikorotkov
bbf098a753 🎉 Destination MySQl - Added support for MySQL destination via TLS/SSL (#6506)
* add support SSL for MySQL destination

* updated ssl tests and add documentation

* updated code style

* changed default ssl value as true
2021-09-29 15:23:54 +03:00
oneshcheret
a595c753e3 🎉 Destination MSSQL: Added support for connection via SSH tunnels (#5… (#6503)
* 🎉 Destination MSSQL: Added support for connection via SSH tunnels (#5970)

* 🎉 Destination MSSQL: bumb image version

*  🎉 Destination MSSQL: update mssql.md file
2021-09-29 13:12:15 +03:00
Christian Gagnon
6b4c6a17f5 Fix "android_last_seen_at" data type (#6082)
* Fix "android_last_seen_at" data type

* Bumped version

Co-authored-by: Serhii Lazebnyi <serglazebny@gmail.com>
2021-09-29 12:27:40 +03:00
Dmytro
501d07f402 Facebook marketing source: fix field value type conversion 2021-09-29 09:32:19 +03:00
Nicolas MOREAU
0105ca91b4 🎉 BigQuery Denormalized Destination: Support for more bigquery types through the format annotation (#6145)
* destination-bigquery-denormalized: introduce json spec format key handling

* destination-bigquery-denormalized: Bump version
2021-09-28 21:06:14 -03: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
julianopiovezan
911998baf8 Fix typo in CREATE PUBLICATION statement. (#6476) 2021-09-28 16:43:51 -03:00
Christophe Duong
eb8be953e4 Update Google Search Console oauth specs (#6460)
* Update oauth specs

* Update docs/integrations/sources/google-search-console.md

* Add access_token to output param generated from first oauth complete flow

* Avoid repeating rootObject in oauth properties
2021-09-28 16:36:58 +02:00
VitaliiMaltsev
c2561141fc 🎉 Destination Oracle - Added support for connection via ssh tunnel (#6370)
* Oracle destination with ssh tunneling

* add ssh key integration testing for Oracle destination

* fix checkstyle

* add container approach to Oracle Destination Integration Tests

* add container approach to Oracle Destination Integration Tests

* add container approach to Oracle Source Integration Tests/ delete secrets for Oracle db

* Oracle Destination - bump version to 0.1.8

* remove oracle ssh secrets from ci_credentials.sh

Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com>
2021-09-28 14:25:33 +03:00
andriikorotkov
8fa15713c3 🎉 Destination MySQl - Added support for connection via ssh (aka bastion server) (#6317)
* updated mysql tests

* updated mysql tests

* added mysql ssh tunnel tests by key

* fixed remarks

* fixed remarks

* updated DatabricksStreamCopier

* switch to custom file for ssh config in normalization

* updated MySQL SSH tests

* bump version

* get local port properly

* updated assertSameValue for MySQL ssh tunnel

* updated image version and documentation

* updated code style

* updated CI credentials

* updated normalization documentation

Co-authored-by: George Claireaux <george@claireaux.co.uk>
2021-09-28 13:11:32 +03:00
oleh.zorenko
d9adbd3c58 🎉 Source Stripe: use start_date parameter in incremental streams (#6466)
* Use `start_date` parameter in incremental streams

* Bump connector's version + update docs
2021-09-27 22:50:03 +03:00
Christophe Duong
3faaffdb25 Update Google Analytics Oauth Specs (#6459)
* Update Google Analytics Oauth Specs

* Update docs/integrations/sources/google-analytics-v4.md

* Add access_token to list of outputs params

* Don't repeat rootObject in path to oauth properties
2021-09-27 21:01:10 +02:00
Christophe Duong
4ce6a03730 Update Google Ads oauth specs (#6458)
* Update oauth specs

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

* Add access_token generated from the first oauth complete flow

* path to property should be rootObject + property path
2021-09-27 21:00:51 +02:00
Dmytro
6767424b6d 🎉 S3 source: add support for non-AWS S3 Storage (#6398) 2021-09-27 16:40:24 +03:00
oleh.zorenko
f803481dfc 🐛 Source Chargebee: fix examples in spec file (#6454)
* Fix examples in spec file

* Update docs

* Bump connector's version
2021-09-27 14:00:25 +03:00
Baz
2f835e4e39 🎉 New Source: LinkedIn Ads (#5285)
Resolving: https://github.com/airbytehq/airbyte/issues/2589

Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
2021-09-25 01:58:58 +03:00
Eugene
6658ecd5aa 🎉 Source Oracle: Added support for connection via SSH tunnels (#6356)
* [5968] Source Oracle - Added option to connect to Oracle DB via SSH (aka bastion server)
2021-09-24 20:52:47 +03:00
Yaroslav Dudar
ff479dedfb 🐛 Source Iterable: Fixed normalization issue (#6242)
fix schema to be able to use normalization
2021-09-24 18:39:07 +03:00
oleh.zorenko
fe3026dd45 🐛 Source Asana: fix schemas and invalid_config.json (#6402)
* Update schemas + update invalid config file

* Add `Changelog` to asana.md + remove CHANGELOG.md

* Bump connector's version + update docs
2021-09-24 17:22:04 +03:00
irynakruk
5551698002 Source MongoDb: added support via TLS/SSL (#6364)
* updated ssl configs;
fixed replica connection;
fixed incremental read;

* added MongoDbSourceAtlasAcceptanceTest with ssl enabled

* updated docs, moved TLS option for standalone instance type, enabled it by default for other types

* Update mongodb-v2.md

* updated README.md

* updated spec.json

* Code review changes

* updated ci_credentials.sh
2021-09-24 09:22:54 -04:00
Marcos Marx
6f1bd71a0a Marcos/publish pr 6394 (#6424)
* Fix documentation URL

* bump gcs version

Co-authored-by: danieldiamond <danieldiamond1@gmail.com>
Co-authored-by: Marcos Marx <marcosmarx@MacBook-Pro-de-Marcos.local>
2021-09-23 23:52:31 -03:00
Sherif A. Nada
b050f65a92 fix redshift docs formatting 2021-09-23 19:07:28 -07:00
Serhii Lazebnyi
26c9546a1c 🎉 New Source: Marketo (#5863)
* Add Marketo implementation

* Updated PR in docs

* Add bootstrap file

* Update to review

* Add gcc to docker
2021-09-23 18:51:47 +03:00
Yevhenii
aac98b9b9b 🐛 Source Hubspot: Use correct schema for 'owners' stream (#6374)
* Source Hubspot: Use correct schema for 'owners'  stream

* Update builds.md with correct data
2021-09-23 15:03:03 +03:00
Dmytro
c183410574 Google ads: Fix inconsistent segments date type (#6373) 2021-09-23 09:47:51 +03:00
Marcos Marx
b4cca602ca Source Google Search Console: correct spec.json file (#6222)
* correct spec.json file

* bump version

* bump version

* update doc for connector spec ref

Co-authored-by: Marcos Marx <marcosmarx@MacBook-Pro-de-Marcos.local>
2021-09-23 02:06:31 -03:00
Arthur Galuza
9a6cf1e6a9 🐛Source Google Search Console: Verify access to all sites when performing connection check (#6315)
* Upd connection check: verify all the site urls

* Fix typo

* Bump version
2021-09-23 00:58:04 -03:00
Daniel Dubinin
c86403fa7b 🎉 New source: Kafka (#5906)
* new source: kafka

* refactored util and config classes

* fixed discover method for configs based on topic pattern
2021-09-22 09:18:04 -07:00
Dmytro
e8906ea909 Bump amazon ads version (#6367) 2021-09-22 14:29:44 +03:00
Yevhenii
73162062db 🎉 New Source: Lever Hiring (#6141)
* Lever Hiring - New Connector
2021-09-22 12:51:00 +03:00
Yevhenii
1644f9016a 🎉 Source GitHub: Add option to pull commits from user-specified branches (#6223)
* Add option to pull commits from user-specified branches

* Address comments part 1

* Fix Repositories stream error when repo is not part of an org

* Make compatible with old state version and fix request_params to use branch-specific value

Co-authored-by: Chris Wu <chris@faros.ai>
2021-09-22 11:56:23 +03:00
Abhi Vaidyanatha
bf665cb280 Fix language consistency in Databricks page (#6360)
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-09-21 15:52:25 -07:00
Sherif A. Nada
909dfa5f10 Reorganize BQ docs 2021-09-21 11:57:43 -07:00
Dmytro
d1b37daebe Fix google analytics auth flow parameters. (#6357) 2021-09-21 21:47:30 +03:00
Yevhenii
6ae19019b6 🐛 Source Amplitude: Correct output schemas on cohorts, events, active_users, and average_session_lengths streams (#6353)
* Source Amplitude: Correct output schemas on cohorts, events, active_users, and average_session_lengths streams
2021-09-21 19:00:07 +03:00
Oleksandr Sheheda
59cd5ca308 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966) (#6318)
* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966)

* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966)
updated image version

* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966)
correction of remarks

* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966)
bumb image version
2021-09-21 17:25:04 +03:00
Baz
023a9ba979 📝 🎉 Source Shopify: added the pre_tax_price to orders/line_items schema, update stream_slices logic (#6056)
* added pre_tax_price property to the orders/line_items schema
* update `stream_slices` logic
* added changelog

Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
2021-09-21 16:30:36 +03:00
midavadim
12cb3e3f9f 🎉 Source greenhouse: added identification of accessible streams for API keys with limited permissions (#6238)
* Added identification of accessible streams for API keys with limited permissions

* added credentials for API key with limited permissions (for user stream only)

* update docs and image version

* updated error message

* fixed formatting
2021-09-21 15:02:12 +03:00
Yevhenii
c114ec85dc 🐛 Source Salesforce: fix bug with pagination for BULK API (#6209)
* Source Salesforce: fix bug with pagination for BULK API
2021-09-21 14:48:42 +03:00
Eugene
11f64882a9 🎉Source MySQl - Added support for connection via ssh (aka bastion server) (#6146)
* Source MySQL - Added ssh support
2021-09-21 10:57:31 +03:00
Dmytro
52c4eaa076 Google analytics v4: Oauth2.0 config (#6306) 2021-09-21 10:49:18 +03:00
Sherif A. Nada
7e37883c38 🐛 Source Stripe: Remove incorrect timestamp formats from coupons and subscriptions stream schemas (#6328) 2021-09-20 15:21:41 -07:00
Christian Gagnon
65b42c862a 🐛 Source Intercom: Fix "updated_at" data type (#6087)
* Intercom: Fix "updated_at" data type

* Add start date formatting to timestamp

* Update updated_at field for all schemas and integration tests

* Bumped version

Co-authored-by: lazebnyi <serglazebny@gmail.com>
2021-09-20 15:29:50 +03:00
Sherif A. Nada
f5c8ce2ebc publish PR 5693 (#6299)
Co-authored-by: vladimir-remar <vladimir.remar@gmail.com>
2021-09-19 18:52:35 -07:00
Sherif A. Nada
1b5574215c publish 5898 & 6227 (#6300)
Co-authored-by: Chris Wu <chris@faros.ai>
2021-09-19 18:35:06 -07:00