BigQueryCreateEmptyDatasetOperator
GoogleThis operator is used to create new dataset for your Project in BigQuery. https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets#resource
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 create new dataset for your Project in BigQuery. https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets#resource
See also
For more information on how to use this operator, take a look at the guide: Create dataset
Example DAGs
Example DAG using PrestoToGCSOperator.
Example Airflow DAG that shows how to use SalesforceToGcsOperator.
Example Airflow DAG that shows how to use FacebookAdsReportToGcsOperator.
A simple DAG demonstrating an extract-and-load pipeline with data quality checks in BigQuery.
Example DAG showcasing loading and data quality checking with BigQuery and Great Expectations.