Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable primary_key for custom queries in source-google-ads #1387

Closed
wants to merge 2 commits into from

Conversation

Z33DD
Copy link
Contributor

@Z33DD Z33DD commented Mar 19, 2024

Description:

We have a customer who is trying to add custom queries to the source-google-ads connector. The errors were caused by the lack of primary keys for the CustomQueryMixin stream, this PR enables it.


This change is Reviewable

@Z33DD Z33DD self-assigned this Mar 19, 2024
@Z33DD Z33DD requested a review from jonwihl March 19, 2024 19:23
Copy link
Member

@williamhbaker williamhbaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're going to expose the primary_key configuration, we need to update the spec to expose that configuration otherwise there will be no way to set in in the UI. So I'd expect the spec.json to need an update, and also the spec snapshot test output.

Z33DD added 2 commits March 21, 2024 14:24
We have a customer who is trying to add custom queries to the source-google-ads connector. The errors was caused by the lack of primary keys for the CustomQueryMixin stream, this PR enables it.
@Z33DD Z33DD force-pushed the source-google-ads/add-query-support branch from f692b24 to 92a20cc Compare March 21, 2024 17:26
@williamhbaker
Copy link
Member

Closing this per #1486, where broader work for enabling this is tracked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants