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
The config file contains whatever parameters the Tap needs in order to pull data from the source. Typically this will include the credentials for the API or data source.
Reliance on a required GOOGLE_APPLICATION_CREDENTIALS env var makes this tap an exception, complicating integration with singer-runner tooling.
The text was updated successfully, but these errors were encountered:
Ideally, to be backwards compatible, we could add a new optional credentials_path config field allowing users to specify a config file location. If none is provided, the tap would fall back on the env var via .default():
@kgpayne Thanks for bringing it up :)
I would appreciate if you can help me by creating a PR.
I very much prefer maintaining the backward compatibility. Thx!
By convention:
Reliance on a required
GOOGLE_APPLICATION_CREDENTIALS
env var makes this tap an exception, complicating integration with singer-runner tooling.The text was updated successfully, but these errors were encountered: