-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Add support for Azure Data Factory Linked Service Data Lake #3383
Comments
Looks useful. |
Hey @r0bnet. I really wanted to make the data factory resources as generic as possible but I couldn't find a clean way to do it. There are 50+ sub-resources for Linked Services (as well as Datasets) with their own unique parameters and managing 50+ different ways to create a Linked Service in a clean/user/dev friendly way seemed too complex. I might be missing something here though and am curious on your thoughts on how to make a generic resource. |
Hi @mbfrahry. You're right and i was way too optimistic tbh. Same is true for runtimeIntegrations as i recognized yesterday that there are different params for each service (e.g. SSIS). So there probably is no other way to create one resource for each linkedService unfortunately. |
Glad we're on the same page here! Did you want to tackle this resource? If not, I can take a crack at it tomorrow. |
No, you may ;) Currently working on the analysis services server so feel free :) |
|
@jungopro Tbh not really yet. What currently already works in my branch: Creating and deleting resource with basic required properties such as Will try to follow up tomorrow but can't promise anything. Issue is already there if you didn't noticed. |
Hey @eXXL. This resource has been merged into master and will make it into the next release. Thanks again for opening this issue! |
Thanks, that was fast :-) I really look forward to it! Keep up the great work. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
I would like to provision a data factory and configure a data lake Gen2 account as linked service.
I can provision both services but cannot configure the data lake as a linked service.
See this guide for details:
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/data-factory/load-azure-data-lake-storage-gen2.md
New or Affected Resource(s)
azurerm_data_factory (maybe affected)
azurerm_data_factory_linked_service_datalake (new)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: