By convention:
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.
By convention:
Reliance on a required
GOOGLE_APPLICATION_CREDENTIALSenv var makes this tap an exception, complicating integration with singer-runner tooling.