Skip to content

Instantly share code, notes, and snippets.

@Geremie
Created October 30, 2020 03:15
Show Gist options
  • Save Geremie/7a37e6f5bb6a0d171d3bf9de051dd941 to your computer and use it in GitHub Desktop.
Save Geremie/7a37e6f5bb6a0d171d3bf9de051dd941 to your computer and use it in GitHub Desktop.
Automate your Cloud SQL data synchronization to BigQuery with Airflow
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