An open API service indexing awesome lists of open source software.

https://github.com/epomatti/az-databricks-etl

Sample notebooks on Azure Databricks for ETL
https://github.com/epomatti/az-databricks-etl

apache-spark azure azure-databricks azure-synapse-analytics databricks etl synapse terraform

Last synced: 3 months ago
JSON representation

Sample notebooks on Azure Databricks for ETL

Awesome Lists containing this project

README

          

# Azure Databricks ETL

Example based on [this tutorial](https://learn.microsoft.com/en-us/azure/databricks/scenarios/databricks-extract-load-sql-data-warehouse).

```sh
terraform -chdir=infra init
terraform -chdir=infra apply -auto-approve
```

After the Azure Databricks workspace is ready, create a cluster.

In the dedicated pool:

```sql
CREATE MASTER KEY;
```