-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
new resource "azurerm_data_factory_data_flow" #12588
Conversation
linked_service { | ||
name = azurerm_data_factory_linked_custom_service.test.name | ||
parameters = { | ||
"Key1" = "value1" | ||
} | ||
} | ||
|
||
schema_linked_service { | ||
name = azurerm_data_factory_linked_custom_service.test.name | ||
parameters = { | ||
"Key1" = "value1" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these seem to be the exact same?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have asked the service team, they says that schema_linked_service
is mainly for Common Data Model. it allows the data flow to read schema info from schema_linked_service
and read data from linked_service
. In this way data and schema metadata could be placed in different location.
To simplify the acctest, I used the same linkedservice for linked_service
and schema_linked_service
. Below are some screenshot of Common Data Model in portal:
Hi @katbyte thanks for your review, I have rebased this PR. |
@katbyte , hi, could you please take another look at this PR? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @njuCZ - LGTM 🍰
This functionality has been released in v2.71.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
fix #10080
doc: https://docs.microsoft.com/en-us/azure/data-factory/concepts-data-flow-overview