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

[RS-DEF-PROP] Enhance Spark Job Definition item data-source by adding extended properties support #158

Open
1 of 11 tasks
DariuszPorowski opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement Enhancement to existing feature tf/resource Terraform Resource type/RS-DEF-PROP Fabric Item resource with definition and properties

Comments

@DariuszPorowski
Copy link
Member

📝 Description

When I am managing my Infrastructure as Code using Terraform for Spark Job Definition. I want to be able to get extended properties details. So, I can use it as input to another resource/data-source.

🔬 Details / References

🚧 Potential Terraform Configuration / Desired Solution

# output pseudocode
{
  # existing attributes
  # ...

  properties = {
    one_lake_root_path = "https://onelake.dfs.fabric.microsoft.com/f089354e-8366-4e18-aea3-4cb4a3a50b48/41ce06d1-d81b-4ea0-bc6d-2ce3dd2f8e87"
  }
}

📎 Additional context

No response

✅ Definition of Done

  • Data Transfer Objects (DTOs)
  • Data Client functions
  • Resource Implementation
  • Resource Added to Provider
  • Unit Tests for Happy path
  • Unit Tests for Error path
  • Acceptance Tests
  • Example in the ./examples folder
  • Schema documentation in code
  • Updated auto-generated provider docs with task docs

🔰 Code of Conduct

  • I agree to follow this project's Code of Conduct.
@DariuszPorowski DariuszPorowski added enhancement Enhancement to existing feature tf/resource Terraform Resource type/RS-DEF-PROP Fabric Item resource with definition and properties labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to existing feature tf/resource Terraform Resource type/RS-DEF-PROP Fabric Item resource with definition and properties
Projects
None yet
Development

No branches or pull requests

1 participant