Class BigQueryAction (0.8.0)

BigQueryAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a workflow action that will run against BigQuery.

Attributes

Name Description
sql_script str
Output only. The generated BigQuery SQL script that will be executed.
job_id str
Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.