Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pull source data from BigQuery
from vinyl.lib.connect import BigQueryConnector from vinyl import resource @resource def bigquery(): return BigQueryConnector( service_account_info=os.getenv("GOOGLE_APPLICATION_CREDENTIALS"), tables=["*"], )
Was this page helpful?