Hi PeterP1550,
Thank you for posting query in Microsoft Q&A Platform.
Yes, it seems there is a syntax error in your code. In the function definition of
list_blobs_flat
, you need to use parameter names. You used totally 3 parameters it seems. In which 2 are fine. But last parameter, instead of using parameter name, you used some string there with single quotes. Kindly check it and correct.
Also, if we are using Azure data factory service here then, we can consider using GetMetaData Activity
.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.