Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive synapse samples, update readme to remove "Modern Data Warehouse" terminology, replace with "Medallion" #757

Merged
merged 11 commits into from
Nov 6, 2024
Prev Previous commit
Next Next commit
add medallion doc link
  • Loading branch information
devlace committed Oct 30, 2024
commit 960d62f398c2c1182bb40110ecbf97500ba254e5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The samples are either focused on a single azure service (**Single Tech Samples*

### DataOps for Medallion with Azure Data Factory and Azure Databricks

This [sample](e2e_samples/parking_sensors/) demonstrates batch, end-to-end data pipeline utilizing Azure Data Factory and Azure Databricks built according to the Medallion architecture, along with a corresponding CI/CD process, Observability and automated testing.
This [sample](e2e_samples/parking_sensors/) demonstrates batch, end-to-end data pipeline utilizing Azure Data Factory and Azure Databricks built according to the [Medallion architecture](https://learn.microsoft.com/en-us/azure/databricks/lakehouse/medallion), along with a corresponding CI/CD process, Observability and automated testing.
devlace marked this conversation as resolved.
Show resolved Hide resolved

[![Medallion with Azure Data Factory and Azure Databricks](docs/images/CI_CD_process_simplified.png?raw=true "Architecture")](e2e_samples/parking_sensors/)

Expand Down
Loading