ADF DataFlow : BadRequest error with any additional information

Adrien VLR 16 Reputation points
2022-04-20T10:56:05.217+00:00

Hello,

I have a strange error when I only want to use an Excel dataset hosted in ADSL2 as input to a Dataflow.

The preview of the data at the Dataset level is not a problem :

194648-image.png

Unfortunately it becomes impossible at the Input stage of my Dataflow. When I try the following error is returned : ( BadRequest - RunId: 0f6aa953-9cb6-4c9a-8670-87ead81ca455 ) without any additional information.

194683-image.png

Can you help me?

Thanks in advance,
AV

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,335 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,487 questions
{count} votes

1 answer

Sort by: Most helpful
  1. HerryKarmito 0 Reputation points
    2023-03-09T16:48:30.0033333+00:00

    Hello @HimanshuSinha-msft / @HimanshuSinha-msft ,

    I'm facing same problem like @Adrien VLR / @Adrien VLR

    When I create the linked service , I already using AutoResolve Integration Runtime like this reference said https://learn.microsoft.com/en-us/answers/questions/1178795/badrequest-error-while-trying-to-test-a-connection

    Step :

    1. I create the connection and already can preview the data (attachment belows)
      On the file name , I'm using expression format like
       @{concat('dudoo_sales_detail_list_', formatDateTime(utcnow(),'yyyy-MM-dd'),'.json')}
    

    Screenshot 2023-03-09 at 23.43.36

    1. And I go back to dataflow, do Connection Test and come out like this
      Screenshot 2023-03-09 at 23.39.10

    How can I resolve this issue ? need your help