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

[FEAT] Fabric Data Pipeline Trigger #179

Open
1 task done
Lachlan-White opened this issue Jan 2, 2025 · 0 comments
Open
1 task done

[FEAT] Fabric Data Pipeline Trigger #179

Lachlan-White opened this issue Jan 2, 2025 · 0 comments
Labels
feature New feature or request

Comments

@Lachlan-White
Copy link

🚀 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

resource "fabric_data_pipeline_schedule" "example" {
  name            = "example"
  fabric_pipeline_id = fabric_data_pipeline.example.id

  interval  = 5
  frequency = "Day"

  parameters = {
    Value = "MyValue"
   }
}

📎 Additional context

Data Factory Trigger Schedule Resource - AzureRM

☑️ Acceptance Criteria

No response

🔰 Code of Conduct

  • I agree to follow this project's Code of Conduct.
@Lachlan-White Lachlan-White added the feature New feature or request label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant