Open philthynz opened 3 years ago
Hi @philthynz!
You can probably use azurerm_data_factory_custom_dataset
introduced in version 2.68.0 by https://github.com/terraform-providers/terraform-provider-azurerm/pull/12484. This is a generic resource for all your datasets. It may be a bit more advanced to configure, but it's more flexible and should give you the necessary functionality.
Thanks @aristosvo, yes I guess that will work. I didn't see it until now. Thanks!
Community Note
Description
There is no way to create an Azure ADF dataset for an Azure SQL / MSSQL database:
New or Affected Resource(s)
Potential Terraform Configuration
Currently the workaround is to link the ADF to git, change all the json files and then re-upload. Or use ARM templates to deploy the datasets.