google-cloud-bigquery dependency:
Connection config
Authentication
BigQuery supports two authentication methods: Application Default Credentials (default): Uses the credentials fromgcloud auth application-default login or the environment’s service account. No config needed beyond project.
Service account file:
Typed constants
BigQuery renders typed constant arrays with bracket syntax, objects as native JSON expressions, and exact decimals asNUMERIC expressions. For example:
render_as array fails at compile time rather than producing invalid BigQuery SQL. Parenthesized value_list rendering remains available for ordinary scalar collections used with IN.
See Collections and Rendering for declarations, rendering precedence, and the cross-adapter matrix.
