Input
ExecutionTrigger execution
Data/DataFusion/Databases
Register a Google BigQuery table or query result into a DataFusion session. Takes a GcpProvider for authentication — pair it with the GCP Provider node.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger execution
DataFusion session to register the table into
GCP provider with authentication (from the GCP Provider node)
GCP project ID for billing/job routing. Falls back to the provider's default_project_id when empty.
How to select the data: 'table' (register a full BigQuery table) or 'query' (register the result of a Standard SQL query)
BigQuery dataset (only used when registration_mode is 'table')
BigQuery table name (only used when registration_mode is 'table')
Optional LIMIT applied in 'table' mode. 0 means no limit.
Name to register the result as in DataFusion
BigQuery location for the job (e.g. 'US', 'EU', 'europe-west1')
Max rows per page when paginating results. 0 lets BigQuery pick (10 MB cap).
Allow BigQuery to serve the result from its query cache when available
Cap on bytes billed for this query. 0 means use project default.
Table registered
DataFusion session
Final table name registered in the DataFusion session
Number of rows materialised into the DataFusion session
BigQuery job statistics (job id, bytes processed, cache hit)