gpt4 book ai didi

azure - Datafactory 此管道中没有事件

转载 作者:行者123 更新时间:2023-12-02 08:05:05 24 4
gpt4 key购买 nike

我有一个简单的管道可以从本地 SQL Server 复制到 Azure SQL 数据库。

但是,没有数据被移动,只是简单地注释:此管道中没有事件

该管道存在哪些问题?

{
"name": "OnPrem-to-Cloud",
"properties": {
"description": "Copy data from on prem to Azure SQL",
"activities": [
{
"type": "Copy",
"typeProperties": {
"source": {
"type": "SqlSource",
"sqlReaderQuery": "select * from table"
},
"sink": {
"type": "SqlSink",
"writeBatchSize": 0,
"writeBatchTimeout": "00:00:00"
}
},
"inputs": [
{
"name": "source-table"
}
],
"outputs": [
{
"name": "destination-table"
}
],
"policy": {
"timeout": "01:00:00",
"concurrency": 1
},
"scheduler": {
"frequency": "Day",
"interval": 1
},
"name": "CopyFromSQlServerToAzureSQL",
"description": "copy activity"
}
],
"start": "2017-08-29T21:55:29.438863Z",
"end": "2017-08-29T21:55:29.438863Z",
"isPaused": false,
"hubName": "data-factory-prod_hub",
"pipelineMode": "OneTime",
"expirationTime": "3.00:00:00"
}
}

最佳答案

我认为该错误具有误导性。这并不是说管道中没有任何事件。部署 ADF 时无需配置任何内容,因为开始日期和结束日期时间相同。

这意味着 ADF 无法创建任何时间片,而时间片才是实际执行执行的事情。

正如上面评论中已经建议的,您需要延长结束日期,但也将 pipelineMode 更改为预定。

希望这有帮助。

关于azure - Datafactory 此管道中没有事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45949155/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com