[BUG] Azure Data Factory "Unknown linked service type: LakeHouse" #47648
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Data Factory
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Library name and version
Azure.ResourceManager.DataFactory 1.5.0
Describe the bug
when creating a Linked Service to the Lakehouse and then using it an a DataFlow, Azure Data Factory reports
java.lang.Exception: Unknown linked service type: LakeHouse
Note; View error details doesn't work (main.5e59cc067c06e579.js:1 ERROR TypeError: Cannot read properties of undefined (reading 'referenceName'))
Expected behavior
It works with the previous version of the DataFactory SDK with our own LinkedService and the type set to Lakehouse
Actual behavior
The DataFactory creates but the Flow doesn't complete.
This could be related to the previous issue #43786
Which was due to a bot fixing a spelling error.
Reproduction Steps
Environment
Azure with C# net8.0
IDE VS 17.12.3
The text was updated successfully, but these errors were encountered: