You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the Azure Data Factory Pipeline capabilities within Azure and within the AzureRM Terraform Provider. We need the ability to define and trigger pipelines from Fabric Data Pipelines
🔈 Motivation
To manage pipelines and schedules as well as close other gaps within the provider by triggering notebooks with parameters.
🛰 Alternatives
Rest API Call - Possible but not elegant.
🚧 Potential Configuration / Desired Solution
resource"fabric_data_pipeline_schedule""example" {
name="example"fabric_pipeline_id=fabric_data_pipeline.example.idinterval=5frequency="Day"parameters={
Value ="MyValue"
}
}
🚀 Feature description
Similar to the Azure Data Factory Pipeline capabilities within Azure and within the AzureRM Terraform Provider. We need the ability to define and trigger pipelines from Fabric Data Pipelines
🔈 Motivation
To manage pipelines and schedules as well as close other gaps within the provider by triggering notebooks with parameters.
🛰 Alternatives
Rest API Call - Possible but not elegant.
🚧 Potential Configuration / Desired Solution
📎 Additional context
Data Factory Trigger Schedule Resource - AzureRM
☑️ Acceptance Criteria
No response
🔰 Code of Conduct
The text was updated successfully, but these errors were encountered: