UNPKG

mashr

Version:

Simple data pipeline framework for GCP's BigQuery

8 lines (6 loc) 156 B
const setGoogleAppCredentials = (keyPath) => { process.env.GOOGLE_APPLICATION_CREDENTIALS = keyPath; }; module.exports = { setGoogleAppCredentials, };