1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Commit Graph

4156 Commits

Author SHA1 Message Date
Sergio Ropero
80da900d70 feat: Enable CDC checkpointing on Postgres (#24373)
* Fix the error reading offset file meanwhile Debezium is writing.
Enable CDC checkpointing to Postgres.
Minor change in the variable name to fit the type.

* Add final statement on exception ;)

* Add comments to CDC Checkpoint tests.
Clean a bit.

* Bump connector versioning

* Add log message

* Fix changelog

* auto-bump connector version

* Manually generate definitions

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-27 14:00:49 +02:00
Serhii Chvaliuk
5053b278f5 Source Github: fix caching for get_starting_point in stream "Commits" (#24398)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-03-27 13:13:01 +03:00
Denys Davydov
13ac15130d Source S3: read a single record on check (#24429)
* #1697 source S3: read a single record on check

* #1697 source s3: upd changelog

* #1697 source s3: fix unit_tests

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-27 12:56:48 +03:00
Ella Rohm-Ensing
900327726f Add bypasses for extra fields test (#24552)
* Add bypass for extra fields test

* Add bypass for extra fields test
2023-03-26 20:16:49 -05:00
Ella Rohm-Ensing
5db3081aae Ignore extra fields test (#24512) 2023-03-26 18:55:18 -05:00
Serhii Chvaliuk
e8bee10df3 Source Google Ads: Migrate to v13 (#24338)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-03-25 10:46:55 +02:00
Lake Mossman
38534b70e0 Set ssl_mode to require on remaining strict encrypt db sources (#24529)
* set ssl_mode to require on remaining db sources

* update readmes

* update expected specs

* auto-bump connector version

* bump mysql version manually

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-25 02:01:11 +00:00
Denys Davydov
94d6cc1489 Source Stripe: fix stream slicing (#24471)
* #1713 source Stripe: fix stream slicing

* #1713 source stripe: upd changelog

* dont fail on extra cols

* auto-bump connector version

---------

Co-authored-by: Pedro Lopez <pedroslopez@me.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-24 20:42:28 +00:00
Baz
4095391eb8 🎉 Source FreshSales: update for Beta certification (#24396) 2023-03-24 21:26:32 +02:00
Lake Mossman
e34f39812d Make ssl mode default to require for postgres on cloud (#24446)
* make ssl mode default to require for postgres on cloud

* update dockerfiles and readme

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-24 11:52:51 -07:00
Greg Solovyev
5f1eb87444 Fix destination integration tests (#24431)
* MS SQL does not support schema change in incremental model
* make schema change test optional
* fix compilation errors in postgres-strict-encrypt destination
* deparallelize integration tests for destination postgres
* deparalellize MS SQL integration tests
* remove broken SSH tunnel test from destination-postgres-strict-encrypt
2023-03-24 10:41:47 -07:00
Dustin Pearson
eabbea43c2 🎉 Source Klaviyo: Add Profiles Stream (#23968)
* Source Klaviyo: Add Profiles Stream

* Fix linting issues

* Fix method call

* Surface nested updated field to top-level of Profile

* Fix linter issues

* Fix case of current_stream_state missing cursor_field

* Fix failing unit tests

* Address PR comments

* Revert various unnecessary comment changes

* Fix schemas

* add expected records and profile schema

* revert strictness level

* Move properties field to be nested in attributes

* Move subscriptions field to be nested in attributes

* Add additionalProperties key to profiles schema

---------

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2023-03-24 14:19:34 -03:00
Ella Rohm-Ensing
60f9db159a Update strava and paystack (#24437) 2023-03-23 23:03:27 +00:00
Ella Rohm-Ensing
9cfc647fa5 Ella/fail on extra fields (#23985)
* Pass argument along, add test that should pass and test that should fail

* Add tests with additionalProperties

* Set additionalproperties=false when not set|

* Parametrize test cases

* Make the behavior 'optional'

* Fix parametrization for all combinations

* Improve CI credentials README and rename param

* Update naming to be clearer about columns only

* record_has_unexpected_field > record_has_unexpected_column

* Automated Change

* Add bypass for beta + ga connectors that failed

* Update docs and TODOs

* Update changelog and dockerfile

* Update TODO

* Update a few neglected connectors

* Remove uploaded file

* Update dockerfile after merge conflict

---------

Co-authored-by: marcosmarxm <marcosmarxm@users.noreply.github.com>
2023-03-23 22:22:44 +00:00
Tuan Nguyen
066aedaa66 🎉 New Source: Everhour [low-code cdk] (#23593)
* initial commit

* fix schema

* fix schema

* ass tasks stream

* update schema

* fix sample config

* add time records

* add docs

* update docs

* Update source_definitions.yaml

* Update source_definitions.yaml

* Update spec.yaml

* update low-code to latest format

* auto-bump connector version

---------

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-23 19:03:12 -03:00
Lake Mossman
a00edf8af2 Add pattern descriptors to more fields in github and postgres sources (#24417)
* add pattern descriptors to more fields in github and postgres sources

* update dockerfiles and readmes

* auto-bump connector version

* manually bump github seed source files

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-23 14:38:14 -07:00
Greg Solovyev
ecc424b580 Greg/convex pr 21287 (#23889)
New destination: Convex. This PR is internal copy of community PR: https://github.com/airbytehq/airbyte/pull/21287
2023-03-23 13:26:35 -07:00
Artem Inzhyyants
c2799133fb Source strava: update docs + http -> https (#24368)
* Source Strava: http -> https

* Source Strava: update docs

* Source Strava: update docs

* Source Strava: update docs

* Source Strava: add allowed hosts

* Automated Change

* Source Strava: add date-time format

* Source Strava: add date-time format

* auto-bump connector version

---------

Co-authored-by: artem1205 <artem1205@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-23 20:41:04 +01:00
José Ferraz Neto
468cd1cfb6 🎉 New Source: todoist (#20046)
* add new source: todoist

* source todoist: add docs

* source todoist: add docs

* source todoist: adjust some schemas

* refactor code

* fix flake

* add icon and seed source def

* fix read records

* change to connector acccpetance test

* add strictness test level

* update gradle

* auto-bump connector version

---------

Co-authored-by: Blah <sajarindider@gmail.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-23 15:21:53 -03:00
Rodi Reich Zilberman
59c842ec42 1705 p0 revert regex (#24405)
* Revert "Destination-snowflake: added host validation by pattern on UI (#23904)"

This reverts commit e89f946715.

* bump dockerfile version

* bump dockerfile version

* Update connectors.md

* Update destination_definitions.yaml

* Update destination_specs.yaml

* Automated Change

---------

Co-authored-by: rodireich <rodireich@users.noreply.github.com>
2023-03-23 17:38:17 +00:00
Akash Kulkarni
2703a44a44 Cleanup createDatabase() code in AbstractJdbcSource (#24343)
* Cleanup createDatabase() code

Move methods from AbstractJdbcSource

Moved methods until createDataSource outside of the abstract class

* Quick cleanups/renames

* Add tests
2023-03-23 10:11:13 -07:00
Edward Gao
9b7b30f92b Normalization: Use strict > comparison in incremental mode (#22381)
* copy tests from other branch

* switch to >

* [wip] wire up tests

* make tests work

* fixes

* nicer test structure

* maybe add feature flag?

* pattern matching

* also add version check

* formatting

* refactor test also

* extract test + fix method call

* minor tweaks

* add context to log message

* put workspace id in normalization input

* use non-semver tag

* add flag for version of normalization

* also flag old version

* add test

* missed part of the commit

* format

* add test for null workspace ID

* Revert "also flag old version"

This reverts commit 3be601d16c.

* Revert "missed part of the commit"

This reverts commit 47a67b4631.

* always apply flag, even if we're behind a version

* derp

* Add more logging to the normalization activity

* Update charts and kustomize for the feature flag

* fix clickhouse integration test

* remove replace_identifiers

* Revert "remove replace_identifiers"

This reverts commit 0e7ded5a7b.

* fix replace_identifiers

* garbage debug logs

* stop trying to setup duckdb test

* wake up and choose violence

* fix mssql

* exclude duckdb from tests

* make snowflake happy

* uncomment tests

* derp

* derpderp

* format

* format

* also fix redshift???

* maybe now everything works???

* remove debug logs

* use special docker tag

* bump to new tag

* use random test schema in publish also

* properly cleanup

* remove feature flag stuff

* version bump + changelog

* Automated Commit - Formatting Changes

* bump definitions

---------

Co-authored-by: Jimmy Ma <gosusnp@users.noreply.github.com>
Co-authored-by: Jimmy Ma <jimmy@airbyte.io>
Co-authored-by: octavia-squidington-iii <octavia-bot@airbyte.io>
Co-authored-by: edgao <edgao@users.noreply.github.com>
2023-03-23 09:37:15 -07:00
Joe Reuter
c820c455b8 Connector acceptance tests: Validate grouping and collapsing (#24055)
* more tests

* format

* format

* check orders separately per group

* typo

* add examples to docstring

* prepare release

---------

Co-authored-by: Augustin <augustin@airbyte.io>
2023-03-23 15:56:08 +01:00
VitaliiMaltsev
12eac421de JDBC Sources: remove redundant date-time datatypes formatting (#20760)
* JDBC sources: consolidate date/time values mapping

* fixed Snowflake acceptance tests

* fixed TestJdbcUtils

* refactoring

* update setDate for incremental sync

* fixed CockroachDbJdbcSourceAcceptanceTest

* fixed CockroachDbSourceDatatypeTest

* fixed CockroachDbSourceDatatypeTest

* fixed MsSQLSourceDatatypeTest

* fixed MsSQL cdc datatype test

* refactoring

* fixed mssql cdc test

* fixed Redshift tests

* fixed Redshift tests

* updated db2 datatype tests

* fixed DB2 tests

* fixed DB2 strict-encrypt tests

* fixed Oracle strict-encrypt tests

* refactoring

* updated changelog

* refactoring

* removed redundant overrides

* bump versions

* auto-bump connector version

* JDBC Sources: remove redundant date parsing

* updated Snowflake test

* updated cockroachdb test

* updated date-time datatypes parsing in Postgres Source

* updated formatting in JDBC sources

* updated test cases

* updated Snowflake test

* updated Snowflake, Redshift, Cockroach, DB2 tests

* updated Snowflake, Postgres tests

* updated Redshift tests

* updated MySQL, MsSQL, DB2 tests

* updated MsSQL tests

* updated Oracle tests

* updated Oracle tests

* updated Oracle tests

* fixed some tests

* refactoring

* fixed checkstyle

* fixed TestJdbcUtils

* randomize Reshift test username

* removed redundant test

* updated sanity test

* Automated Change

* format time and bump versions

* auto-bump connector version

* bump versions

* auto-bump connector version

* auto-bump connector version

* manually update definitions

* Automated Change

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: ievgeniit <etsybaev@gmail.com>
Co-authored-by: VitaliiMaltsev <VitaliiMaltsev@users.noreply.github.com>
2023-03-23 14:31:50 +00:00
Augustin
bad5bce8ce CDK: remove unexpected error swallowing on abstract source's check method (#24240) 2023-03-23 13:04:51 +00:00
Greg Solovyev
609b4539c7 Revert "Azure Synapse Compatibility (#18294)" (#24371)
This reverts commit 740d6293b9.
2023-03-22 13:26:06 -07:00
Denys Davydov
dd742265c0 Source chargebee: ignore http 404 errors (#24370)
* #1689 source chargebee: ignore http 404 errors

* #1689 source chargebee: upd changelog

* merge two handlers

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-22 21:54:41 +02:00
Lake Mossman
b1fbd6f33f Simplify Github and Postgres forms #2 (#24255)
* add grouping and collapsing fields to postgres source

* add auth group to github source connector

* revert postgres field order changes and adjust group of schemas field

* inject group into ssh tunnel spec for postgres only, through overloaded methods

* Automated Change

* bump Dockerfile versions and update changelogs

* bump strict encrypt version as well

* fix postgres acceptance test

* fix acceptance test again

* fix all postgres acceptance tests

* add newline

* undo other changes to postgres readme file

* add security group to tunnel_method in expected_spec.json

* bump version of strict encrypt

* manually bump versions in seed files

---------

Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2023-03-22 11:56:17 -07:00
Marcos Marx
71097dda0a Destination S3 Glue: fix emitted at column (#24359)
* destination-s3-glue: Fix data type for emitted at column

The `_ab_emitted_at` column is actually a numeric type and not a string. This updates
the generated schema to treat it as the proper type.

* fix tests

* rollback seed dest spec update

* auto-bump connector version

---------

Co-authored-by: Tobias Macey <tmacey@mit.edu>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-22 14:24:14 -03:00
Duy Nguyen
c1323f615d Verify catalog schema fieldNames is a subset of DB schema (#24207)
* Update current schema vs catalog validation to omit airbyte metadata fields
* Bumped versions for postgres, mssql, and mySQL + changelog
* Bumped dockerfile version of strict encrypt
* Manually generate definitions for mysql
* Manually generate definitions for mssql

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-22 16:41:15 +00:00
midavadim
bb62d8089b 🎉 Source Strava - enable to cloud, to beta (#24101)
* fixed spec, added expected records, enabled high strictness, added unit tests

* updated docs, formatting

* Fix SAT

* Automated Change

* Fix typo in docs

* auto-bump connector version

---------

Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: lazebnyi <lazebnyi@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-22 16:27:05 +01:00
Eugene
e89f946715 Destination-snowflake: added host validation by pattern on UI (#23904)
* [23172] Destination-snowflake: added host validation by a pattern on UI
2023-03-22 14:55:07 +00:00
Daryna Ishchenko
af369de82b Source Confluence: certificate to Beta (#23988)
* added view and storage to pages, updated SAT

* added unittests

* added changelog, fixed type in docs

* added checking for stream Audit to skip it if user doesn't have permissions

* refactored plan validation

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-22 12:32:40 +02:00
Denys Davydov
d039c93e08 Source linkedin-pages: remove authSpec (#24352)
* #1692 source linkedin-pages remove authSpec

* #1692 source linkedin-pages: upd changelog

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-22 11:22:30 +02:00
Denys Davydov
9fe07dcf5d Source file: do not read whole file on check and discover (#24278)
* #1681 source file: do not read whole file on check and discover

* #1681 source file: upd changelog

* #1681 source file: add allowed hosts

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-22 10:06:02 +02:00
Marcos Marx
ca4ca681ef Source Twilio: add conversations stream (#24320)
* add conversations stream

* add conversations schema

* add docs

* fix connector version

* fix tests and add conversation to streams

* fix schema and abnormal state

* remove incremental from conversations

* fix source

* fix doc and remove date_field

* add eof

* add path for conversations

* auto-bump connector version

---------

Co-authored-by: Haithem Souala <haithem.souala@woopit.fr>
Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 19:59:45 -03:00
brunofaustino
100cc60389 Source ClickUp: Optional Include Closed Tasks (#23951)
* acceptance test fix ignored_fields team dict

* added option to include or exclude closed tasks

* added change log

* delete doc file and use correct one

* update manifest version

* auto-bump connector version

---------

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 19:25:54 -03:00
FransDel
1644791248 Source Outreach - Feature more data from more streams (#17385)
* [Feature] New Tables in Outreach connector

Tables added:
* mailboxes
* accounts
* maillings
* opportunities
* personas
* stages

* [Feature] Handle relationships in source code

* [Feature] Handle relationships in schemas

* [Feature] Use new outreach logo

* [Fix] Bad class names didn't follow convention

* [Fix] Errors in schemas and relationship data not being available

* [Feature] Add Call Data

* [Docs] Updated documentation with info on new streams

* [Fix][Tests] Pass to 1000 records per page (max) + tests update

* [Feature] Add page size variable

* [Docs] Add change log

* fix schemas

* auto-bump connector version

---------

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 18:18:37 -03:00
Serhii Chvaliuk
164d1c1d66 Source Pipedrive: handle missed cursor_field (#24282)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-03-21 22:49:22 +02:00
Serhii Lazebnyi
d5c8f65cab Fix SAT for twitter, stripe, recharg and gitlab (#24283) 2023-03-21 19:24:11 +01:00
Subodh Kant Chaturvedi
e839f8563e fix-postgres-cdc-npe:do not put null in properties (#24271)
* fix-postgres-cdc-npe:do not put null in properties

* version bump + change log

* auto-bump connector version

* manual bump

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 23:42:26 +05:30
VitaliiMaltsev
f41d8219df MySQL Source : add CDC heartbeat support (#23984)
* MySQL Source : add CDC heartbeat support

* removed logs

* fixed DebeziumRecordIteratorTest

* Automated Change

* use generics to simplify implementation

* use Duration

* more refactoring

* removed redundant null check

* Automated Change

* bump version

* auto-bump connector version

---------

Co-authored-by: VitaliiMaltsev <VitaliiMaltsev@users.noreply.github.com>
Co-authored-by: subodh <subodh1810@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 16:54:45 +00:00
Mohamad Hallak
58e7f5d33e 🎉 New source: Open Exchange Rates (#19434)
* Initial commit

* Acceptance tests

* Add airbyte secret

* Add documentation and remove suffix

* Add to builds.md

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/integration_tests/sample_config.json

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/integration_tests/invalid_config.json

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Rename file to open_exchange_rates.json

* Change docker image tag to 0.1.0

* Add source-relently connector image

* Rename timestamp to date and remove date_field_name

* Add pendulum

* Make the model incremental

* Update airbyte-integrations/connectors/source-open-exchange-rates/acceptance-test-config.yml

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/integration_tests/sample_state.json

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/integration_tests/configured_catalog.json

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/integration_tests/abnormal_state.json

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/integration_tests/configured_catalog.json

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/schemas/open_exchange_rates.json

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Update airbyte-integrations/connectors/source-open-exchange-rates/source_open_exchange_rates/source.py

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>

* Change cursor_field type

* Bug fix

* Adding condition if reading from state.json

* Move isinstance

* Update source definitions, setup.py and rename documentation file

* Update setup.py

* Run gradlew format

* auto-bump connector version

* Update builds.md

* fix source acceptance test ref

* use default airbyte icon

* auto-bump connector version

---------

Co-authored-by: Nicolas MOREAU <nicolas.moreau@efrei.net>
Co-authored-by: Nicolas Moreau <nicolas.moreau@botify.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Sunny <6833405+sh4sh@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2023-03-21 13:50:41 -03:00
oneshcheret
f6bcc4914f Postgres source: add integration with data dog (#21533)
* Source postgres: add dd for env running locally

* Source postgres: add dd for running in cloud

* auto-bump connector version

* Source postgres: bump postgres strict-encrypt version

* Source postgres: filter datadog agent env variables just for postgres source

* Source postgres: format

* Source postgres: clean code

* Source postgres: pass java opts for all connectors

* Source postgres: temp removing dd agent from image

* Source postgres: add dd agent to image

* Source postgres: temp revert adding dd env variable

* Source postgres: temp hardcoded dd env variable

* Source postgres: temp hardcoded dd env variable

* Source postgres: temp hardcoded dd env variable

* Source postgres: temp hardcoded dd env variable

* Source postgres: temp hardcoded dd env variable

* Source postgres: temp hardcoded dd env variable

* Source postgres: temp hardcoded dd env variable

* Source postgres: temp hardcoded dd env variable

* Source postgres: temp removing hardcoded dd env variable

* Source postgres: temp added hardcoded dd env variable

* Source postgres: temp added hardcoded dd env variable

* Source postgres: temp added hardcoded dd env variable

* Source postgres: rename to java_opts and pass data dog host

* Source postgres: add vars to kube pods

* Source postgres: add vars to kube pods

* Source postgres: add vars to kube pods

* Source postgres: add Trace to more methods

* Source postgres: add Trace to more methods

* Source postgres: add Trace to more methods

* Source postgres: temp reverting service name removing

* Source postgres: temp reverting service name removing

* Source postgres: temp reverting service name removing

* Source postgres: temp adding trace to integration runner

* Source postgres: temp adding trace to integration runner

* Source postgres: bump postgres source dd version

* Source postgres: bump postgres source dd version

* Source postgres: revert temp changes

* Source postgres: merge with master

* Automated Commit - Formatting Changes

* Source postgres: move dd java agent to base java

* Source postgres: move dd java agent to base java

* Source postgres: clean up

* Source postgres: clean up

* Automated Change

* Source postgres: clean up

* Source postgres: bump version

* Source postgres: bump version for test

* Source postgres: temp bump version

* Source postgres: bump version

* Automated Change

* Source postgres: bump version

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: sashaNeshcheret <sashaNeshcheret@users.noreply.github.com>
2023-03-21 22:16:09 +05:30
Daryna Ishchenko
e6edd81495 Source Paystack: certify to Beta (#24247)
* specified date format in spec, added expected records

* Automated Change

* added changelog

* auto-bump connector version

---------

Co-authored-by: darynaishchenko <darynaishchenko@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 17:49:18 +02:00
Sergio Ropero
ca2d9c733f fix: Disable CDC checkpointing using a flag (#24275)
* Disable CDC checkpointing until finished the investigation with reading Offset file during syncs

* Bump connector versions

* auto-bump connector version

* Publish postgres manually

* Definitions manually for mysql

* Generated definitions manually mssql

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 15:32:20 +01:00
Serhii Chvaliuk
0409574f8d Source Trello: get board ids also from organizations (#24266)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-03-21 16:26:24 +02:00
Dick Tang
7696b30f1c 📝 Source Google Search Console: update documentation (#22295)
* update docs for Google Search Console integration

* update connector version

* bump connector version to 0.1.22

* auto-bump connector version

---------

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 09:44:48 -03:00
Baz
775f203e0c 🎉 Source YoutubeAnalyticsBusiness Demo: remove the source-youtube-analytics-business from OSS part 2/3 (#24148) 2023-03-21 13:10:59 +02:00
Denys Davydov
6c434c885e Source zendesk support: validate datetime on check (#24252)
* #1683 source zendesk support: validate datetime on check

* #1683 source zendesk support: upd changelog

* Automated Change

* rm extra files

* auto-bump connector version

---------

Co-authored-by: davydov-d <davydov-d@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 10:48:07 +02:00