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] Mirrored Azure SQL Database #175

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

[FEAT] Mirrored Azure SQL Database #175

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

Comments

@Lachlan-White
Copy link

🚀 Feature description

Enable the provisioning of Mirrored Azure SQL Database resources into OneLake

🔈 Motivation

Simplify the ability to create a single automation approach to metadata-driven ingestion within Fabric.

🛰 Alternatives

PowerShell within Terraform module for script calls.

🚧 Potential Configuration / Desired Solution

resource "fabric_azure_sql_database" "this" {
  display_name = "MetaDataDrivenIngestion"
  description  = "This is Mirrored SQL Database for Metadata Driven Ingestion"

  source = {
    server_id   = azurerm_mssql_database.source.id
    database_id = azuerm_mssql_database.source.id
  }

  target = {
    workspace_id = fabric_workspace.target.id
    lakehouse_id = fabric_lakehouse.bronze.id
    type         = "DeltaTables"
  }
}

📎 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
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