1
0
mirror of synced 2025-12-30 12:04:43 -05:00
Commit Graph

5267 Commits

Author SHA1 Message Date
Joe Reuter
b6152d1fbc source-metabase: Update CDK to 0.47.0 (#28470)
Fix breaking CDK change in metabase connector
2023-07-19 18:18:40 +02:00
Denys Davydov
a83774add1 Source Stripe: pin API version (#28466)
* Connector health: source hubspot, gitlab, snapchat-marketing: fix builds

* Source Stripe: pin source API version

* #27772 update changelog
2023-07-19 16:33:16 +03:00
Akash Kulkarni
4c54e34bd7 Add back full_refresh to xmin syncs (#28336)
* Add back full_refresh to xmin syncs

* Dockerfile bumps + fix tests
2023-07-18 18:46:50 -05:00
Ella Rohm-Ensing
94574055e0 metadata validate: check that metadata with N.0.0 dockerImageTag contains relevant breakingChange entry for that version (#27785)
* re-add validation and test cases

* clean up test data

* add valid test case

* run valiation and make sure to return true if all good

* add exceptions

* fix name

* use semver library

* update exceptions

* changes to contribution docs

* update ignores
2023-07-18 15:51:49 -04:00
Christo Grabowski
25636ab942 📝 Docs: Source Notion docs update (#28377)
* update setup steps for notion connector

* expand setup instructions for integration

* edits to field explanations

* complete setup steps on main docs page

* complete inapp setup instructions

* fix deprecated link

* add extra space at end of inapp setup

* fix link to full docs page

* add information on integration capabilities
2023-07-18 14:30:07 -04:00
Lake Mossman
5c6d08092e add comment about how always_show interacts with hidden oauth fields (#28374) 2023-07-18 10:29:15 -07:00
Lake Mossman
8adcfe7d21 add comment for updating Airbyte Cloud IPs list (#28075) 2023-07-18 10:29:02 -07:00
Joe Reuter
d5d7e757f8 Vector databases destination: Make available on cloud (#28398)
* make connector available on cloud

* fix build

* prepare release

* Update langchain.md
2023-07-18 18:23:29 +02:00
Denys Davydov
e55e09be8f 🐛 Source Google Ads: include today in the date range (#28365)
* Connector health: source hubspot, gitlab, snapchat-marketing: fix builds

* #2393 Source Google Ads: include today in the date range

* update changelog
2023-07-18 14:44:14 +03:00
Denys Davydov
7ae4f8686b 🐛 Source Mixpanel: reimplement backoff strategy (#27752)
* Connector health: source hubspot, gitlab, snapchat-marketing: fix builds

* Add stream ShippingRates

* #2363 source mixpanel: reimplement backoff strategy

* #2363 source mixpanel: upd changelog

* #2363 source mixpanel: revert v0.1.32

* rework rate limits

* wait only when running CAT + increase timeouts

* #2363 return backoff time

* code format

* use env variable instead of a hidden field in the config

* review comments

* review fixes

* fix reading env var

* Resolve conflicts, Bump version

* Attempt to bump version to avoid caching

* split test config into to projects

* rollback version

* undo non related changes

* remove non related changes

* revert new line

* fix funnel slice patching

* fix funnel slice patching

* do not use stream state for generating request params!

* fix updating state

* Revert "do not use stream state for generating request params!"

This reverts commit 443781eaa9.

* revert prev commits

* fix timestamp filtering

---------

Co-authored-by: btkcodedev <btk.codedev@gmail.com>
Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: maxi297 <maxime@airbyte.io>
2023-07-18 14:02:21 +03:00
Joe Reuter
b6531ac120 🐛 Source apify-dataset: Fix broken sync (#28290)
* fix connector

* fix more things

* prepare release

* cleanup

* format

* revert back to wrapper object

* format
2023-07-18 11:28:23 +02:00
girarda
b483541f62 Bump Airbyte version from 0.50.7 to 0.50.8 2023-07-18 00:14:04 +00:00
Ben Church
6fa755f81d Java Pipeline Bump patch bump all java connectors in july (#28345)
* patch bump all java connectors in july

* Bump changelog
2023-07-14 21:01:39 -05:00
btkcodedev
0a2cd5f757 Source Stripe: New Stream - Persons (#26208)
* Initial Commit

* EOF

* Update airbyte-integrations/connectors/source-stripe/source_stripe/streams.py

Co-authored-by: Mal Hancock <mhancock@archangelic.space>

* Resolve Comments

* fix unittest

* fix SAT

* fix schema

---------

Co-authored-by: Mal Hancock <mhancock@archangelic.space>
Co-authored-by: midavadim <midavadim@yahoo.com>
2023-07-14 23:12:28 +03:00
Evan Tahler
b81cc031e0 destination-redshift should fail syncs if records or properties are too large, rather than silently skipping records and succeeding (#27993)
* `destination-redshift` will fail syncs if records or properties are too large, rather than silently skipping records and succeding

* Bump version

* remove tests that don't matter any more

* more test removal

* more test removal

---------

Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-14 14:27:12 -05:00
Davin Chia
fa4a278a2d 🐛 Destination Snowflake: Pull in async minor bug fix. (#28315)
* Pull in async minor bug fix.

* Update readme.
2023-07-14 08:53:01 -07:00
Richa Rochna
f5954caf0a 🐛 Source Datadog - Additional stream and query details in response (#28089)
* Source Datadog - Adding request query in response

* Source Datadog - Documentation update

* Source Datadog - metadata.yaml update
2023-07-14 11:44:02 -04:00
Edward Gao
934acaa137 Destination bigquery: rerelease 1s1t behind gate (#27936)
* Revert "Revert "Destination Bigquery: Scaffolding for destinations v2 (#27268)""

This reverts commit 348c577dbb.

* version bumps+changelog

* Speed up BQ by having 2 queries, and not an OR (#27981)

* 🐛 Destination Bigquery: fix bug in standard inserts for syncs >10K records (#27856)

* only run t+d code if it's enabled

* dockerfile+changelog

* remove changelog entry

* Destinations V2: handle optional fields for `object` and `array` types (#27898)

* catch null schema

* fix null properties

* clean up

* consolidate + add more tests

* try catch

* empty json test

* Automated Commit - Formatting Changes

* remove todo

* destination bigquery: misc updates to 1s1t code (#28057)

* switch to checkedconsumer

* add unit test for buildColumnId

* use flag

* restructure prefix check

* fix build

* more type-parsing fixes (#28100)

* more type-parsing fixes

* handle duplicates

* Automated Commit - Format and Process Resources Changes

* add tests for asColumns

* Automated Commit - Format and Process Resources Changes

* log warnings instead of throwing exception

* better log message

* error level

---------

Co-authored-by: edgao <edgao@users.noreply.github.com>

* Automated Commit - Formatting Changes

* Improve protocol type parsing (#28126)

* Automated Commit - Formatting Changes

* Change from T&D every 10k records to an increasing time based interval (#28130)

* fifteen minute t&d

* add typing and deduping operation valve for increased intervals of typing and deduping

* Automated Commit - Format and Process Resources Changes

* resolve bizarre merge conflict

* Automated Commit - Format and Process Resources Changes

---------

Co-authored-by: jbfbell <jbfbell@users.noreply.github.com>

* Simplify and speed up CDC delete support [DestinationsV2] (#28029)

* Simplify and speed up CDC delete support [DestinationsV2]

* better QUOTE

* spotbugs?

* recompile dbt image for local arch and use that when building images

* things compile, but tests fail

* tests working-ish

* comment

* fix logic to re-insert deleted records for cursor comparison.

tests pass!

* remove comment

* Skip CDC re-include logic if there are no CDC columns

* stop hardcoding pk (#28092)

* wip

* remove TODOs

---------

Co-authored-by: Edward Gao <edward.gao@airbyte.io>

* update method name

* Automated Commit - Formatting Changes

* depend on pinned normalization version

* implement 1s1t DATs for destination-bigquery (#27852)

* intiial implementation

* Automated Commit - Formatting Changes

* add second sync to test

* do concurrent things

* Automated Commit - Formatting Changes

* clarify comment

* minor tweaks

* more stuff

* Automated Commit - Formatting Changes

* minor cleanup

* lots of fixes

* handle sql vs json null better
* verify extra columns
* only check deleted_at if in DEDUP mode and the column exists
* add full refresh append test case

* Automated Commit - Formatting Changes

* add tests for the remaining sync modes

* Automated Commit - Formatting Changes

* readability stuff

* Automated Commit - Formatting Changes

* add test for gcs mode

* remove static fields

* Automated Commit - Formatting Changes

* add more test cases, tweak test scaffold

* cleanup

* Automated Commit - Formatting Changes

* extract recorddiffer

* and use it in the sql generator test

* fix

* comment

* naming+comment

* one more comment

* better assert

* remove unnecessary thing

* one last thing

* Automated Commit - Formatting Changes

* enable concurrent execution on all java integration tests

* add test for default namespace

* Automated Commit - Formatting Changes

* implement a 2-stream test

* Automated Commit - Formatting Changes

* extract methods

* invert jsonNodesNotEquivalent

* Automated Commit - Formatting Changes

* fix conditional

* pull out diffSingleRecord

* Automated Commit - Formatting Changes

* handle nulls correctly

* remove raw-specific handling; break up methods

* Automated Commit - Formatting Changes

---------

Co-authored-by: edgao <edgao@users.noreply.github.com>
Co-authored-by: octavia-approvington <octavia-approvington@users.noreply.github.com>

* Destinations V2: move create raw tables earlier (#28255)

* move create raw tables

* better log message

* stop building normalization (#28256)

* fix ability to run tests

* disable incremental t+d for now

* Automated Commit - Formatting Changes

---------

Co-authored-by: Evan Tahler <evan@airbyte.io>
Co-authored-by: Cynthia Yin <cynthia@airbyte.io>
Co-authored-by: cynthiaxyin <cynthiaxyin@users.noreply.github.com>
Co-authored-by: edgao <edgao@users.noreply.github.com>
Co-authored-by: Joe Bell <joseph.bell@airbyte.io>
Co-authored-by: jbfbell <jbfbell@users.noreply.github.com>
Co-authored-by: octavia-approvington <octavia-approvington@users.noreply.github.com>
2023-07-14 09:34:56 -05:00
Duy Nguyen
633c939d46 [Source-postgres] Set default cursor value for cdc mode (#27442)
* use LSN as default cursor for postgres CDC

* Fixed static constant

* Set lsn default cursor value for postgres sync

* Bumped metadata and dockerfile versions

* Disable acceptance backwards compatibility discovery test as this is a breaking change

---------

Co-authored-by: Conor <cpdeethree@users.noreply.github.com>
2023-07-13 11:12:34 -05:00
Denys Davydov
c816d14fc1 Source Google Ads: add new streams (#28246)
* Connector health: source hubspot, gitlab, snapchat-marketing: fix builds

* add new streams

* upd changelog

* update CAT config

* update expected records
2023-07-13 16:53:08 +03:00
btkcodedev
c6c3ee11b8 Source Twilio: New streams UserConversations with parent Users (#27221)
* New stream UserConversations with parent Users

* Update Docs

* EOF streams.py

* formatting fixes

* Add account_sid as primary key

* bump version

* fix merge errors

* fix catalog and expected records

---------

Co-authored-by: Mal Hancock <mallory@archangelic.space>
Co-authored-by: Daryna Ishchenko <darina.ishchenko17@gmail.com>
2023-07-13 16:09:42 +03:00
Roman Yermilov [GL]
aea5a9ec8e Source Amazon Ads: fix Nonetype error when recordId is missing (#28155)
* Source Amazon Ads: fix Nonetype error when recordId is missing

* Source Amazon Ads: bump version and update changelog

* Source Amazon Ads: unittest for recordId generation
2023-07-13 15:10:41 +04:00
Artem Inzhyyants
a0e152aa55 🚨🚨 Source PayPal Transactions: Rename field in Balances schema (#27916)
* Source PayPal Transactions: update spec

* Source PayPal Transactions: update docs

* Source PayPal Transactions: update test config

* Source PayPal Transactions: update test config

* Source PayPal Transactions: update test config

* Source PayPal Transactions: update balances schema

* Source PayPal Transactions: update test config

* Source PayPal: bump version

---------

Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-13 11:23:47 +02:00
Anatolii Yatsuk
507ad698f3 Source Monday: Add incremental sync for Items and Boards stream (#27944)
* Add incremental sync for the Boards and Items streams using Activity logs

---------

Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-07-13 12:13:47 +03:00
pnavarromuttdata
9f12062a35 🎉 Source Facebook Marketing - add action report time enum to adinsights class (#26345)
* chore: bump version

* feat: new action_report_time spec into custom_insights stream

* feat: airbyte-config new action_report_time enum spec into custom_insights stream FBMarketing

* feat: new action_report_time tests

* fix: update allOf instead of array json spec

* chore: update docs source connector

* update pr id into version history doc

* update metadata.yaml

* adding action report time into cloud registry and oss registry

* fix formatting of python files

* fix: update type action_report_time

* fix: update title action report time

* fix: format python files with flake8

* fix: update version to minor version

* fix: remove action report time default value in test_get_custom_insights_stream

* fix: keep old config for some unit tests

* fix: put missing action breakdowns

* fix: remove default value variable and set into class argument directly

* chore: bump version

* Delete changes from cloud_registry

* Removed action_report_time from oss registry

---------

Co-authored-by: Juan Marchese <juan.marchese@muttdata.ai>
Co-authored-by: sajarin <sajarindider@gmail.com>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
2023-07-12 20:50:09 +02:00
Christo Grabowski
56a7f07a92 📝 Docs: Source S3 documentation update (#28229)
* add detailed setup steps for s3 bucket

* complete s3 setup steps

* compress versioned setup steps

* update S3 Provider Settings section

* update CSV and Parquet sections

* update file format settings section

* final edits/fixes

* maintain typecase of True/False

* Update docs/integrations/sources/s3.md

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

* Update docs/integrations/sources/s3.md

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

* Update docs/integrations/sources/s3.md

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

* Update docs/integrations/sources/s3.md

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

* add example to escape character field description

---------

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-07-12 14:27:58 -04:00
Joe Reuter
b52e88a977 🎉 New Destination Vector Database (powered by LangChain) (#26184)
* basic version

* polish

* iterate

* keep working

* fix spec

* wip

* improve destination

* basic unit tests

* move embedding dimensionality into embedder

* improve several things

* adjust documentation

* remove unnecessary call

* add some debug information

* fix local destination

* various small fixes

* bring tests into order

* document and add batching to pinecone

* checklist

* improve performance a bit and add test

* fix formatting

* fix metadata

* install C++ 11 on python base

* no more alpine for ci-connector-ops

* remove hard-to-run test

* more documentation

* better documentation

* add icon

* some small adjustments

* review comments

* format

* review comments

---------

Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-12 20:06:59 +02:00
Roman Yermilov [GL]
6f89af01d7 Source Google Ads: disable logging (#28230)
* Source Google Ads: disable logging

* Source Google Ads: bump version, update changelog
2023-07-12 21:05:25 +04:00
btkcodedev
6792753b86 New Source: Gainsight-px [Low Code CDK] (#26998)
* Initial commit

* Update source_definitions.yaml

* Update source_specs.yaml

* change manifest

* fix manifest

* fix schema

* fix conflict

* fix conflict

* fix schema, refactor manifest, add new streams

* add streams to docs

* add stream users

* add new stream survey_response

* update docs

* EOF, formatting

* Add new stream, Update docs

* Add new streams

* Refactor Schemas

* Change gainsight to gainsight-px

* Add spec

* Change spec

* rewrite spec

* Fix Schemas, metadata

* Add pagination, fix schemas

* Add icon

* Update gainsight-px.md

* Update supportUrl to documentationUrl

Co-authored-by: Mal Hancock <mhancock@archangelic.space>

* Rename to icon.svg

* fix metedata.yaml

---------

Co-authored-by: Mal Hancock <mhancock@archangelic.space>
2023-07-12 09:48:20 -07:00
Arsen Losenko
ead6bcfbea 🐛 Source Twilio: update expected records (#28216)
* Source Twilio: update expected records

* Add channel_metadata property to stream conversation_messages
2023-07-12 19:27:47 +03:00
Christo Grabowski
a0f74e825b 📝 Docs: Files Source setup steps update (#28090)
* add connector setup steps

* add links to Azure Blob storage guides

* add instructions for azure blob

* expand SSH/SCP/SFTP configuration field section

* complete update of setup steps

* change limited tag for local filesystem to OSS

* minor fixes to file source page
2023-07-12 08:31:24 -07:00
Christo Grabowski
cb1081e680 📝 Docs: update HubSpot source page (#28022)
* docs: hubspot source page cleanup

* rework setup steps

* add branching paths for cloud vs oss authentication

* merge engagement-screen-notes sections

* move step skipping note for Cloud users to top of setup

* update in-app setup steps to match docs

* remove stream scopes list from inapp guide

* added stream list back to inapp guide

* remove sentence implying start date is optional

* small touch-ups and fixes

* fix typo

* modify engagements note and add env-specific sections

* add recommended tags to authentication methods
2023-07-12 08:31:04 -07:00
Joe Reuter
537b8c44a7 Connector builder: Extend compatibility guide (#28145)
* extend comp guide

* fix
2023-07-12 16:39:33 +02:00
Artem Inzhyyants
3fb737c257 🐛 Source Zendesk Support: use cursor pagination only (#28096)
* Source Zendesk Support: use cursor pagination only

* Source Zendesk Support: fix logger

* Source Zendesk Support: bump version + docs update

* Source Zendesk Support: Fix unit tests

* Source Zendesk Support: Fix request params

* Source Zendesk Support: Fix unit tests

* Source Zendesk Support: update expected_records
2023-07-12 10:29:37 +02:00
markortleb-dice
8ff7e58077 Source Salesloft: Added new streams (call data records, call dispositions, call sentiments, custom fields, meetings, searches) (#27505)
* adding new Salesloft streams

* change the version to 1.1.1

* increment the patch version

* fixing typo in meetings

* fix another typo

* making corrections requested by reviewer

* increment version in salesloft metadata to 1.2.0

* reformating files

* fix expected records

* Source Salesloft: change Call Dispositions, Call Sentiments, and Custom Fields to full refresh. Use created_at instead of updated_at for timestamp field for Meetings.

* changing meetings cursor field to created_at

* Source Salesloft: Convert meetings to a non-incremental stream, since there is no viable cursor field option.

* fix schemas and update tests

---------

Co-authored-by: sh4sh <6833405+sh4sh@users.noreply.github.com>
Co-authored-by: Mal Hancock <mallory@archangelic.space>
2023-07-11 13:49:07 -07:00
simonbutt-datatonic
af4b0d7244 Update google-analytics-data-api.md (#28081)
Updating the "Full Refresh - Overwrite" link in `google-analytics-data-api.md` as currently it sends to a page not found link (https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync).
2023-07-11 15:01:41 -05:00
Marcos Marx
ff868ee983 Source Google Sheets: fix several reported vulnerabilities (#28085)
* Fixes several reported vulnerabilities,
total - 25, critical - 1, high - 17, medium - 6, low - 1
Upgraded alpine from 3.15 to 3.18
CVE-2022-37434
CVE-2022-42898
CVE-2022-28391
CVE-2022-1271
CVE-2022-40674
CVE-2023-29491
CVE-2022-1304
CVE-2023-2650
CVE-2023-0464
CVE-2023-0215
CVE-2022-4450

* Updated Changelog with PR number.

* Leave pip installed as its required by our pipeline

---------

Co-authored-by: Mauricio A <mauricio.alarcon@betterup.co>
Co-authored-by: Ben Church <ben@airbyte.io>
2023-07-11 15:16:21 -03:00
Arsen Losenko
9cd5ee701c 🐛 Source Github: update schema for Organizations stream (#28144)
* Source Github: update schema for Organizations stream

* Update changelog
2023-07-11 21:13:36 +03:00
Maxime Carbonneau-Leclerc
0ca1c4bd05 🐛 Source Apple Search Ads: manifest.yaml duplicate key error (#28153)
* Fix source-apple-search-ads manifest.yaml duplicate key error

* version bump
2023-07-11 12:50:20 -05:00
Eduard Tudenhoefner
2a69ee5eff Destination Iceberg: Bump Iceberg from 1.0.0 to 1.1.0 (#23201)
* Destination Iceberg: Fix compilation

* Iceberg Destination: Bump Iceberg from 1.0.0 to 1.1.0

* add icon and changelog entry

* force aws dependencies used by iceberg

* fix tests as MINIO runs without SSL

* move icon

---------

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2023-07-11 11:50:18 -05:00
Anatolii Yatsuk
4bd0358c69 🐛 Source Monday: Add new streams and update old (#27410)
Add new streams: Tags, Workspaces. Add new fields for existing streams.

---------

Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-07-11 19:07:33 +03:00
Denys Davydov
0e11a6fc3b 🚨 🚨 Source Recharge: fix stream schema (#27612)
* Connector health: source hubspot, gitlab, snapchat-marketing: fix builds

* #1879 source recharge: fix schema

* #1879 source recharge: upd changelog

* upd CAT config

* source recharge: upd CAT config

---------

Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-11 19:00:36 +03:00
Christo Grabowski
9217c1221b Source Close.com: add human readable titles to api-key and `start_d… (#27950)
* Source Close.com: add human readable titles to `api-key` and `start_date` fields 

- Added `api-key` title: `API Key`
- Added `start_date` title: `Replication Start Date`

* update version to 0.4.1 in metadata.yaml

* update version to 0.4.1 in Dockerfile

* update close-com.md changelog to 0.4.1

* Update airbyte-integrations/connectors/source-close-com/source_close_com/spec.json

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

---------

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-07-11 11:48:26 -04:00
Marcos Marx
57a7a03705 change discourse to github discussion (#28152) 2023-07-11 11:50:32 -03:00
Himanshu
79beae8a07 Source Coda: Add rows to codaio source (#27797)
* feat: Add rows to codaio source

* fix formatting, iterate version, update docs

---------

Co-authored-by: Mal Hancock <mallory@archangelic.space>
2023-07-10 14:32:35 -07:00
Mal Hancock
1006559b3e 🚨🚨🐛 Source Coda: Update Schemas and Fix Tests (#28093)
* update schemas and iterate version

* properly raise an exception when connection fails

* add changelog
2023-07-10 13:41:42 -07:00
ParthG21
67a8c05b7f 🐛 Source Square: fix display order of spec fields (#28019)
* Removed comma from the value of order field for square source connector specification, which was causing it to be a String instead of an Integer

* increment connector version

* add changelog entry

---------

Co-authored-by: Sunny Hashmi <6833405+sh4sh@users.noreply.github.com>
2023-07-10 15:10:04 -04:00
Akash Kulkarni
cc8081d512 🎉 source-postgres : Enable xmin replication (#26723)
* Add logging functionality

- Add logging for DB version (all JDBC sources)
- Add logging for Xmin values

* Automated Change

* Renaming + comments

* More comments

* Initial commit for xmin prototype

- Add spec.json
- Catalog
- Try to change incremental query

* Skeleton for sync

Decision is to use a whole new sync method

* With cursor

* Working catalog + attempt at xmin record iterator

* Unit tested code

* Fix build break

* Fixing state

* more xmin

* Revert unchanged files

* Addressing code review comments

* use generated pojo

* Add iniital XminStateManagerTest

* Additional unit tests

* Added unit test

* Update xmin state manager test

* Remove spec.json xmin option

* Fixed bug where full refresh streams were not being filtered out for Xmin

* Fix latest safe change boundary issue

* Xmin spec update

* Fix

* Automated Commit - Format and Process Resources Changes

* Remove full_refresh as an option for xmin syncs and always include incremental syncs

* Fix integ test

* revert unused files

* revert

* Bump docker + update change log

* Modify order of CDC

* Update expected_spec.json

* Update expected_json

Fix acceptance tests

* Reverse order for xmin replication

* Update expected strict encrypt json

---------

Co-authored-by: akashkulk <akashkulk@users.noreply.github.com>
Co-authored-by: subodh <subodh1810@gmail.com>
2023-07-10 12:58:46 -05:00
Baz
a47fcf174b 🎉 Source Google Ads: add new stream Campaign Budget (#28078) 2023-07-10 19:50:26 +03:00
Artem Inzhyyants
1dba5b1c6e Source Google Ads: Add metrics to Keyword Report (#28049)
* Source Google Ads: extend keywords schema metrics

* Source Google Ads: extend keywords schema metrics

* Source Google Ads: update keyword_report schema

* Source Google Ads: bump version + expected records

* Source Google Ads: fix schema
2023-07-10 17:03:05 +02:00