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
Enable the provisioning of Mirrored Azure SQL Database resources into OneLake
Simplify the ability to create a single automation approach to metadata-driven ingestion within Fabric.
PowerShell within Terraform module for script calls.
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" } }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 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
📎 Additional context
No response
☑️ Acceptance Criteria
No response
🔰 Code of Conduct
The text was updated successfully, but these errors were encountered: