Data Pipelines - Create Relative Connection to Warehouse/Lakehouse/KQL DB
When you create a connection to a warehouse, lakehouse or KQL DB, the connection is "absolute", meaning that the workspace ID is hardcoded into the connection.
This gives issues when you deploy the pipeline to another workspace with deployment pipelines, because ADF will try to resolve t...
Deployment Rules for Data Pipelines
We need deployment rules for data pipelines, so we can change the connections during deployment.
Without this, deployment pipelines are useless for data pipelines, as you would overwrite any change to the connection when you redeploy a pipeline.
Auto pause/resume of Fabric Capacity
It would be really nice if a Fabric capacity can auto-pause & auto-resume.
Auto-pause: if there's no activity for a specified time interval, the capacity shuts down (dropping any caches, this is expected behavior).
Auto-resume: if there's some request (a SQL/KQL query, a notebook c...