We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add Fabric OneLake Shortcut Resource as a configurable resource within the provider.
Enable best practice collaboration across workspaces for Lakehouse and Warehouses data engineering / processing
My work around is to create a terraform wrapper of the sempy library, which is not clean and quite clunky
resource resource "onelake_shortcut" "this" { display_name = "shortcut_bronze_to_silver" description = "Bronze Lakehouse to Silver Lakehouse shortcut" source_uri = "source" destingation_uri = "destination" pattern_match = ["*"] }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature description
Add Fabric OneLake Shortcut Resource as a configurable resource within the provider.
🔈 Motivation
Enable best practice collaboration across workspaces for Lakehouse and Warehouses data engineering / processing
🛰 Alternatives
My work around is to create a terraform wrapper of the sempy library, which is not clean and quite clunky
🚧 Potential Configuration / Desired Solution
📎 Additional context
No response
☑️ Acceptance Criteria
No response
🔰 Code of Conduct
The text was updated successfully, but these errors were encountered: