简体   繁体   English

在同一管道上迭代云数据融合

[英]Cloud data fusion iterating over same pipeline

Usecase to execute-要执行的用例-

  1. Excel with multiple tabs uploaded to cloud storage带有多个选项卡的 Excel 上传到云存储
  2. Cloud function trigger calls cloud datafusion pipeline云函数触发器调用云数据融合管道
  3. Pipeline reads the file uses wrangler to read the individual sheets and write to separate tables as per the sheet管道读取文件使用 wrangler 读取单个工作表并根据工作表写入单独的表

Though I am using params to define the sheetname in wrangler(as in usage for usable pipelines), I am unable to figure out how to either iterate to run for each tab, or use cloud function to span 20 calls to same pipeline with parameter as each tab name.尽管我使用参数来定义 wrangler 中的工作表名称(如用于可用管道的用法),但我无法弄清楚如何迭代以针对每个选项卡运行,或使用云函数跨越 20 次调用到相同管道的参数为每个选项卡名称。 I do not think running parallel paths in same pipeline is going to help or is a good solution.我不认为在同一管道中运行并行路径会有所帮助或者是一个很好的解决方案。 Any help appreciated.任何帮助表示赞赏。

To run parallel pipelines, we can iterate through API call using cloud functions.为了运行并行管道,我们可以使用云函数迭代 API 调用。 Though I am not sure how many instances are allowed in a single call to CDF, I could run three parallel runs of same pipeline.虽然我不确定在一次调用 CDF 中允许多少个实例,但我可以运行同一管道的三个并行运行。

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

相关问题 Cloud Data Fusion - 我的管道没有自我意识 - Cloud Data Fusion - my pipeline is not self aware 有没有办法通过python从本地触发云数据融合管道? - Is there a way to trigger cloud data fusion pipeline form local via python? Cloud Data Fusion 触发管道 - 重用已配置的 Dataproc 集群 - Cloud Data Fusion triggered pipeline - reuse the already provisioned Dataproc clusters Elasticsearch 到 BigQuery 管道部署在云数据融合实例上失败 - Elasticsearch to BigQuery pipeline deployment fails on cloud data fusion instance 从云数据融合管道连接到谷歌云 sql 用于 postgres 的问题 - Issue connecting to google cloud sql for postgres from cloud data fusion pipeline 无法部署Cloud Data Fusion“将数据从MySQL传输到Google BigQuery”模板管道 - Failed to deploy Cloud Data Fusion “Transfer Data From MySQL to Google BigQuery” template pipeline 使用云数据融合创建从 SQL Server 到 BigQuery 的数据管道的问题 - Problem with creating a data pipeline from SQL Server to BigQuery using cloud data fusion 云数据融合与 Dataproc - Cloud Data Fusion vs Dataproc 从云数据融合执行云 function - Execute cloud function from cloud data fusion 使用数据融合的带参数的增量管道 - Incremental pipeline with parameter using Data Fusion
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM