I need to export the data that I have in a Google Cloud SQL Server database to BigQuery in order to make some data analysis and reporting. I found that the recommended way to do that is using BigQuery Cloud SQL federated query but this doesn't support SQL Server database, only MySql and Postgres in Google Cloud SQL service.
I'm looking for a way to do that with the Google Cloud resources, maybe a batch ETL tool or a streaming one. A requirement is that the data in BigQuery should be refreshed in real-time or near to real-time. I'm pretty new to Google Cloud.
I try to use Data Fusion but I can't connect with the GC SQL Server database. Looks like the JDBC installed is for Microsoft SQL Servers, not GC. Even in the Database Driver Class Names for the JDBC GC MySql and Postres are listed but not SQL Server