Forum Discussion

PBILover's avatar
PBILover
Icon for Helper V rankHelper V
1 year ago
Solved

get Metadata for Azure blob storage file and store into Lakehouse table

Hi, I have a fabric pipeline where i want to get a content of the file and name of the file in alakehouse table. But I am not able to get the file name in a seperate column of the table . (My file h...
  • v-saisrao-msft's avatar
    v-saisrao-msft
    1 year ago

    Hi PBILover,

    Please use the script function 
    @{concat('INSERT INTO MetaData VALUES (GETDATE(), ''', variables('Path'), ''')')}

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

     

    Thank you.