I'm trying to use ADF pipeline RUN ID as table name. On running the pipeline, I see the following error:
EDIT
table name contains invalid characters
Could you please suggest a workaround on this issue? Thank you!
I'm trying to use ADF pipeline RUN ID as table name. On running the pipeline, I see the following error:
EDIT
table name contains invalid characters
Could you please suggest a workaround on this issue? Thank you!
From here the name has to be alpha and start with a letter so how about this dynamic content:
tbl@{replace(pipeline().RunId,'-','')}