Expand my Community achievements bar.

SOLVED

Setting up Azure Data Lake Gen 2 source connector - error with spec id

Avatar

Community Advisor

Hi there, following the documentation for setting up a source connector with flow api for azure as outlined here https://experienceleague.adobe.com/docs/experience-platform/sources/api-tutorials/create/cloud-stora...

the post returns a 400 bad request error stating the spec id is invalid, like this:

 

{
    "errorMessage""Please provide a valid spec id",
    "errorDetails""Please provide a valid spec id"
}
 
is there an error in the documentation or what is going on? for reference, this is the part specifying the connection specification in the payload
 
"connectionSpec": {
            "id""0ed90a81-07f4-4586-8190-b40eccef1c5a",
            "version""1.0"
        }
 
1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @Sebastiane_Edberg_ 

This issue came across AEP support, there was an issue with the connectionSpec.Id it is now  b3ba5556-48be-44b7-8b85-ff2b69b46dc4 the product support team also updated the documentation.

Thanks 

Joshua

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi @Sebastiane_Edberg_ 

This issue came across AEP support, there was an issue with the connectionSpec.Id it is now  b3ba5556-48be-44b7-8b85-ff2b69b46dc4 the product support team also updated the documentation.

Thanks 

Joshua