【问题标题】:What is the meaning of following ADF output下面的ADF输出是什么意思
【发布时间】:2021-05-08 08:46:49
【问题描述】:

我正在 Azure 数据工厂上运行 Python 笔记本。失败并给了我以下输出。

{
    "effectiveIntegrationRuntime": "DefaultIntegrationRuntime (Central India)",
    "executionDuration": 260,
    "durationInQueue": {
        "integrationRuntimeQueue": 0
    },
    "billingReference": {
        "activityType": "ExternalActivity",
        "billableDuration": [
            {
                "meterType": "AzureIR",
                "duration": 0.08333333333333333,
                "unit": "Hours"
            }
        ]
    }
}

这个输出是什么意思?

【问题讨论】:

  • 您好,如果我的回答对您有帮助,希望您能采纳。这对其他社区成员可能是有益的。谢谢。

标签: azure azure-data-factory azure-data-factory-2 azure-databricks azure-data-factory-pipeline


【解决方案1】:

根据我的经验,这是管道运行消耗。它提供了可以帮助您的价值 计算管道的成本。无论管道失败还是成功。

参考:https://azure.microsoft.com/en-us/pricing/calculator/?service=data-factory%2F

HTH。

【讨论】:

    【解决方案2】:

    这意味着您的活动在 Azure 集成运行时(印度中部的 DefaultIntegrationRuntime)上运行,并且您需要为大约 260 秒的使用时间付费。

    【讨论】:

      猜你喜欢
      • 2021-12-31
      • 1970-01-01
      • 1970-01-01
      • 2018-07-31
      • 1970-01-01
      • 1970-01-01
      • 2013-07-16
      • 2013-07-11
      相关资源
      最近更新 更多