使用 ADF 管道 运行 ID 作为 table 名称

Use ADF Pipeline RUN ID as table name

我正在尝试使用 ADF 管道 运行 ID 作为 table 名称。在 运行 管道上,我看到以下错误:

编辑

table 名称包含无效字符

能否就此问题提出解决方法?谢谢!

here 开始,名称必须是字母并以字母开头,那么这个动态内容怎么样:

tbl@{replace(pipeline().RunId,'-','')}