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 OneLake Shortcut Resource #177

Open
1 task done
Lachlan-White opened this issue Dec 30, 2024 · 0 comments
Open
1 task done

[FEAT] Fabric OneLake Shortcut Resource #177

Lachlan-White opened this issue Dec 30, 2024 · 0 comments
Labels
feature New feature or request

Comments

@Lachlan-White
Copy link

🚀 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

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 = ["*"] 

}

📎 Additional context

No response

☑️ 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 Dec 30, 2024
@Lachlan-White Lachlan-White changed the title [FEAT] [FEAT] Fabric OneLake Shortcut Resource Dec 30, 2024
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