Hello All,
We have a use case to fetch data from a SQL Server wherein we have some tables to consume. This is typically a OLTP setup wherein the comes in a regular interval.
Now, as we have Unity Catalog enabled, we are interested in exploring Databricks Query federation to ingest the data into our Storage Account. Please note, we do not jut want to query the SQL Server tables.
We want to do one time full load and then incremental load.
Seeking for a suggestion for this use case. In the databricks documentation it primarily suggesting for below -
- Ad hoc reporting.
- Proof-of-concept work.
- The exploratory phase of new ETL pipelines or reports.
- Supporting workloads during incremental migration.
However, in this case - this is a fully flagged ETL workflow. Any suggestion on this setup ?
#Query Federation