简体   繁体   English

如何使用 Azure 数据工厂中的 SAP_CDC 连接器重复增量

[英]How to repeat a delta using SAP_CDC connector from Azure Data Factory

We've just started with ADF and are using the SAP_CDC connector to connect to generic data sources in ODP.我们刚刚开始使用 ADF,并使用 SAP_CDC 连接器连接到 ODP 中的通用数据源。 This all works but one time the update in Azure failed yet the ODP request was flagged as confirmed.这一切都有效,但有一次 Azure 中的更新失败,但 ODP 请求被标记为已确认。 Our only option seemed to be to reinitialise the data source by deleting the subscription in ODQMON and dropping the table in Azure. In BODS we're able to specify a timestamp to repeat extraction from and there is SAP doco on this (2399296 - How to recover a delta load for ODP Extractor in Data Services).我们唯一的选择似乎是通过删除 ODQMON 中的订阅并删除 Azure 中的表来重新初始化数据源。在 BODS 中,我们能够指定一个时间戳以重复提取,并且有 SAP doco(2399296 - 如何为数据服务中的 ODP 提取器恢复增量负载)。 My questions are:我的问题是:

  1. Is it possible to repeat a delta request in ADF是否可以在 ADF 中重复增量请求
  2. In ODQMON the subscription only appears as the technical/timestamp - there is no descriptive label, and the icon next to the subscription is missing (greyed out).在 ODQMON 中,订阅仅显示为技术/时间戳 - 没有描述性的 label,并且订阅旁边的图标丢失(变灰)。 Will appreciate any answers.将不胜感激任何答案。 Thank you.谢谢你。

Is it possible to repeat a delta request in ADF?是否可以在 ADF 中重复增量请求?

In my view Yes, it brings last delta records (which are not pulled thru last delta info pack) and latest delta records as well - given in MS Q&A 861785 by @ KranthiPakala-MSFT .在我看来,是的,它带来了最后的增量记录(没有通过最后的增量信息包提取)和最新的增量记录 - 在@ KranthiPakala-MSFT的 MS Q&A 861785中给出。

In ODQMON the subscription only appears as the technical/timestamp - there is no descriptive label, and the icon next to the subscription is missing (greyed out).在 ODQMON 中,订阅仅显示为技术/时间戳 - 没有描述性的 label,并且订阅旁边的图标丢失(变灰)。

As per my analysis on referring to @ PremShanker article in this blog it appears as timestamp.根据我对本博客中引用@PremShanker文章的分析,它显示为时间戳。

Refer to the MS Doc1 for the SAP CDC connector in Azure Data Factory and Doc2 for frequent debugging issues!参考Azure数据工厂中SAP CDC连接器的MS Doc1和常见调试问题的Doc2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 azure 数据工厂从增量表中获取数据到 blob - Using azure data factory to get data from delta tables to blob 如何通过在 azure 数据工厂中查找的 sap 表连接器获取最大数据? - How to get max data via sap table connector look up in azure data factory? Azure数据工厂中的CDC支持 - CDC support in Azure Data Factory 使用Azure Data Factory将数据从SAP BW复制到Azure Data Lake Store - Copying Data from SAP BW to Azure Data Lake Store using Azure Data Factory Azure 数据工厂 - 如何只读取由 Databricks 构建的 Delta 格式 Parquet 中的最新数据集? - Azure Data Factory - How to read only the latest dataset in a Delta format Parquet built from Databricks? Azure 数据工厂:摄取 - 从 Delta 表到 Postgres - Azure Data Factory: Ingest - from Delta table to Postgres 使用数据工厂将表从 SAP BW 提取到 Azure Data Lake Gen2 - Extract table from SAP BW to Azure Data Lake Gen2 using data factory 在Azure Data Factory中设置增量负载 - Set up delta load in azure data factory 无法使用 Azure 数据工厂中的 ODBC 连接器将数据写入雪花数据库 - Not able to write data to Snowflake database using ODBC connector from Azure Data Factory 通过HTTP GET从API终结点增量复制数据(增量数据)到Azure Data Factory上的Azure SQL DB - Copying data incrementally (delta data) from an API endpoint by HTTP GET to an Azure SQL DB on Azure Data Factory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM