What problem does it solve? Moving local Jupyter notebooks into Google Cloud BigQuery Studio or Colab Enterprise normally requires manual UI uploads, and programmatically replicating the native single-file notebook asset format is undocumented and error-prone. ## Core Features & Use Cases - Workspace Mode: Writes and commits .ipynb files directly into an existing Dataform repository and development workspace for standard Git-based pipelines. - Emulated Single-File-Asset Mode: Provisions a UUID-based Dataform repository tagged with the notebook asset label, commits content.ipynb, pushes, and cleans up the workspace so the notebook appears natively in the BigQuery Studio / Colab Enterprise catalog. - Bidirectional Sync: A companion download script pulls remote notebook changes back to the local filesystem, and existing assets can be updated in place by passing their UUID. - Use Case: A data engineer automates publishing a PySpark analysis notebook so it instantly appears in the team's BigQuery Studio notebook catalog without anyone touching the Cloud Console. ## Quick Start Upload my local notebook analysis.ipynb to Google Cloud as a native BigQuery Studio notebook asset in project my-project using emulated mode.