Linked service with Self-hosted Integration runtime is not supported in data flow.

Chetan Prakash Edke 5 Reputation points
2023-08-08T09:55:41.95+00:00

i created dataset for sql server table using self hosted IR and utilizing that dataset in data flow it saying
Linked service with Self-hosted Integration runtime is not supported in data flow.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
{count} vote

2 answers

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2023-08-09T14:00:29.5333333+00:00

    @Chetan Prakash Edke Welcome to Microsoft Q&A forum and thanks for reaching out here.

    In addition to @Nandan Hegde input, here are couple more inputs regarding your query. Currently Self-hosted IR does not support the execution of data flows (SHIR is not supported in data flows). Hence you are receiving the error message. To overcome this problem, you can follow Nandan suggestion, or if you data source is Azure SQL you will have to create a new dataset which uses Azure IR or in case if your data source is not Azure SQL server then you will have to follow the below workaround. Workaround: Nevertheless, as a workaround you can leverage the managed VNET option available in Azure IR to enable data flows to access data stores located inside VNETs or on-premises. For more information please refer to this article: New Data Flow Connector: SQL Server as Source and Sink

    Feature Request IDEA: Here are existing ideas to support SHIR in Data flows, feel free to upvote and comment on it.

    Hope this info helps.


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

  2. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2023-08-08T10:13:17.6533333+00:00

    Hey,
    Sources with Self IR are not supported in dataflows as of now.

    Hence you are getting that issue.

    You can handle it by creating a staging layer :

    Copy the data from n Prem SQL server to Azure blob storage via copy activity and then use that file in Blob within dataflow


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.