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

Commits on Oct 3, 2024

  1. source-google-ads: fixing config transformations

    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 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a230680 View commit details
    Browse the repository at this point in the history