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

source-google-ads: fixing config transformations #2016

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Luishfs
Copy link
Collaborator

@Luishfs Luishfs commented Oct 3, 2024

google ads transformations were breaking due to something re-using the same variables from a earlier step. This made the config transformation step to break.

Also, custom queries were not working due to the lack of primary keys in the validation step. I've added a dud primary key, which will be replaced by the actual primary key input in newer version, in order to allow for already created streams to work

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable

google ads transformations were breaking due to something re-using the same
variables from a earlier step. This made the config transformation step to break.

Also, custom queries were not working due to the lack of primary keys in the validation step. I've added
a dud primary key, which will be replaced by the actual primary key input in newer version, in order to allow for
already created streams to work
@Luishfs Luishfs requested a review from jonwihl October 3, 2024 19:31
@Luishfs Luishfs self-assigned this Oct 3, 2024
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.

1 participant