【发布时间】:2018-12-15 05:54:18
【问题描述】:
我正在尝试为 startDate 参数指定一个默认值,如下所示:
我一直在检查如何用函数指定 so,但到目前为止我还没有找到任何东西。
到目前为止,我为 startDate 指定了一个手动值,但其想法是在每次计划运行时获取当前日期。
我在 blob 存储目标(正在使用它的地方)中定义了这个:
@{formatDateTime(pipeline().parameters.windowStart,'yyyy')}@{formatDateTime(pipeline().parameters.windowStart,'MM')}@{formatDateTime(pipeline().parameters.windowStart,'dd')}@{formatDateTime(pipeline().parameters.windowStart,'HH')}@{formatDateTime(pipeline().parameters.windowStart,'mm'
有没有办法代替调用参数直接使用 utcnow() ?
【问题讨论】:
标签: azure azure-blob-storage azure-data-factory-2