ADF moving webtable to data lake

bdiddy 171 Reputation points
2020-11-02T04:48:05.68+00:00

Hi,

I'm a total noob in the BI stuff. But I'm trying to create a pipeline that will go get data from a web page and then dump it on azure storage account.

I'm using WebTable connector with Copy Data activity. I have the source and sink setup but when I try it says
"errorCode": "2200",
"message": "The connector WebTable is not supported"

The source is a web page with html table. The sink is set to be storage account.

Any idea what is going on ?

I'm trying to get the data from the web page and create a dimension table out of it.

Thank you,

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

Answer accepted by question author
  1. MartinJaffer-MSFT 26,161 Reputation points
    2020-11-02T23:15:13.627+00:00

    Thank you for bringing this issue to our attention @bdiddy . Here are my findings:

    After setting up a Self-Hosted Integration Runtime and pointing the Web Table Linked Service to use it, I was able to run the pipeline succesfully and view the data in my default Data Lake.

    I know it allowed you to have the AutoResolveIntegrationRuntime selected in the Linked Service initially, but I believe this to be a bug.

    36878-image.png

    I believe it is a bug for two reasons:

    1. When I click the drop-down to view the Integration Runtime choices, I do not see "AutoResolveIntegrationRuntime" as one of them. There is "Select" and "New" and whatever I have created previously. When "Select" is chosen, the "Create" button becomes disabled. If "AutoResolveIntegrationRuntime" is not one of the choices in the drop down, then it is not intended as a valid choice.
    2. The Web Table documentation calls out that a Self-Hosted Integration Runtime is needed, in the Prerequisites section.

    36859-image.png
    36937-image.png

    I will escalate this internally. Please let me know if you have further questions.


0 additional answers

Sort by: Most helpful

Your answer

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