【问题标题】:Stored procedure activity ADF V2存储过程活动 ADF V2
【发布时间】:2020-07-27 02:16:32
【问题描述】:

我正在为 ADF v2 管道使用存储过程活动。现在的问题是每当管道在存储过程活动中失败时,我都没有得到完整的错误详细信息。以下是该存储过程活动的 JSON 输出:

{
    "effectiveIntegrationRuntime": "DefaultIntegrationRuntime (West Europe)",
    "executionDuration": 416,
    "durationInQueue": {
        "integrationRuntimeQueue": 0
},
"billingReference": {
    "activityType": "ExternalActivity",
    "billableDuration": [
        {
            "meterType": "AzureIR",
            "duration": 0.11666666666666667,
            "unit": "Hours"
        }
    ]
}
}

请告诉我如何获取 ADF v2 管道的存储过程活动的错误详细信息?

【问题讨论】:

  • 你也应该包含存储过程代码

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


【解决方案1】:

【讨论】:

  • 这在我的存储过程中实现 THROW 后现在可以工作了。我现在可以从 ADF 管道中查看错误详细信息。
猜你喜欢
  • 2018-07-25
  • 1970-01-01
  • 1970-01-01
  • 2023-03-31
  • 1970-01-01
  • 2020-12-01
  • 1970-01-01
  • 2021-10-17
  • 2020-10-23
相关资源
最近更新 更多