# bigquery-etl-dataflow-sample **Repository Path**: mirrors_GoogleCloudPlatform/bigquery-etl-dataflow-sample ## Basic Information - **Project Name**: bigquery-etl-dataflow-sample - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Performing ETL into Big Query Tutorial Sample Code This is the sample code for the [Performing ETL from a Relational Database into BigQuery using Dataflow](https://cloud.google.com/architecture/performing-etl-from-relational-database-into-bigquery) tutorial The tutorial explains how to ingest highly normalized (OLTP database style) data into Big Query using DataFlow. To understand this sample code it is recommended that you review the [Apache Beam programming model](https://beam.apache.org/documentation/programming-guide/). ## More Information * [Google Cloud Dataflow](https://cloud.google.com/dataflow/) * [Apache Beam programming model](https://beam.apache.org/documentation/programming-guide/). * [Java API Reference](https://cloud.google.com/dataflow/java-sdk/JavaDoc/index)