Using Dagster's asset definitions and BigQuery I/O manager, you can easily interact with BigQuery tables alongside other Dagster assets.
Managing your BigQuery tables with Dagster enables you to:
In this tutorial, you'll learn how to store and load Dagster's asset definitions in BigQuery. Click here to get started.
By the end of the tutorial, you will have a connection to your BigQuery instance and a handful of assets that create tables in BigQuery or read existing tables from BigQuery.