Created
October 30, 2020 03:15
-
-
Save Geremie/7a37e6f5bb6a0d171d3bf9de051dd941 to your computer and use it in GitHub Desktop.
Automate your Cloud SQL data synchronization to BigQuery with Airflow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: Service | |
apiVersion: v1 | |
metadata: | |
labels: | |
run: cloud-sql-proxy-service | |
name: cloud-sql-proxy-service | |
namespace: cloud-sql-to-bq | |
spec: | |
ports: | |
- port: 3306 | |
protocol: TCP | |
targetPort: 3306 | |
selector: | |
run: cloud-sql-proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment