Skip to content

Example on how to export from cloud sql into bigquery, using airflow

License

Notifications You must be signed in to change notification settings

ael-computas/gcp_cloudsql_airflow_bigquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcp_cloudsql_airflow_bigquery

Example on how to export from cloud sql into bigquery, using airflow

In this example 3 tables are synced to bigquery

2 dimension tables, and one fact.

Each sync is a full table copy. (this can be improved to use time/id in the sync select)

Install

  1. Copy content of dag folder into your own
  2. Alter any credentials / etc you might need

Sample of the job

Version2 alt text

Version 1 (old) alt text

About

Example on how to export from cloud sql into bigquery, using airflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages