
BigQueryUpdateDatasetOperator
GoogleThis operator is used to update dataset for your Project in BigQuery. Use fields to specify which fields of dataset to update. If a field is listed in fields and is None in dataset, it will be deleted. If no fields are provided then all fields of provided dataset_resource will be used.
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
This operator is used to update dataset for your Project in BigQuery. Use fields to specify which fields of dataset to update. If a field is listed in fields and is None in dataset, it will be deleted. If no fields are provided then all fields of provided dataset_resource will be used.
See also
For more information on how to use this operator, take a look at the guide: Update dataset