Hi all! I'm looking for a way to unset a default v...
# plugins-general
d
Hi all! I'm looking for a way to unset a default value for a setting from discovery.yml. is this possible and how do I do it?
My solution has been to add the same plugin as custom, and removing the setting I dont want. Wondering if there's a better way
e
Hi @daniel_pettersson! Do you need the setting to be undefined or just have a different value?
d
Hey! Undefined, I'm running target-bigquery on GCP, so the auth is done automagically, ie I don't want the
GOOGLE_APPLICATION_CREDENTIALS
to be set
@edgar_ramirez_mondragon did this answer your question? 🙂
e
Oh, so perhaps you can also try setting
GOOGLE_APPLICATION_CREDENTIALS=
so it has an empty value. Would that work?
d
Where do you mean I could set that, does meltano support that?
e
yes, you should be able to set the config to an empty value with the CLI
Copy code
meltano config target-bigquery set credentials_path ''