Forum Discussion

pmscorca's avatar
pmscorca
Kudo Kingpin
2 years ago
Solved

Error using a get metadata activity with a parameterized lakehouse source

Hi, I've created a data pipeline with a get metadata activity. I've added a pipeline parameter in order to pass the name of the source lakehouse (Bronze). In the files of the Bronze lakehouse I've...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi pmscorca ,

    Based on the error message you've provided, it seems like the pipeline is having trouble interpreting the parameterized connection string, leading to a 'BadRequest' error when attempting to access the specified lakehouse.

    So I think first you need to make sure that the parameters exist and are passed correctly at runtime when using @pipeline().parameters.lakehouse_name. The error message mentions a specific path "Bronze/Files". Check that the path is formatted correctly and is accessible.

     

     

     

    Best Regards

    Yilong Zhou

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.