You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR is failing CI because of MeltanoLabs/tap-snowflake#10. It makes it hard to toggle schema/database across environments. Currently the isolation between CI runs that we had arent working so a job is accidentally retrieving data from other CI runs.
I could duplicate and override the selection criteria in the CI environment config (all other envs are working because schema are 1-1 with an env) but I'm still blocked with injecting my CI_BRANCH variable into the selection criteria because of meltano/meltano#3171.
My options:
merge the new variant changes with the CI tests disabled
@tayloramurphy@kgpayne What do you think? I'm planning to go with option 2 to be safe and keep everything working as is until theres a way to filter more.
Once MeltanoLabs/tap-snowflake#2 merges we should test out that new tap and migrate once were comfortable.
The text was updated successfully, but these errors were encountered: