简体   繁体   English

Azure 数据工厂 - 在外部手动触发管道

[英]Azure Data Factory - Trigger Pipeline Manually Externally

I currently have a Data Pipeline within ADF that pulls data from multiple REST APIs, transforms the data and stores it in an Azure SQL Database and from there is imported into Microsoft Excel through Power Query.我目前在 ADF 中有一个数据管道,它从多个 REST API 中提取数据、转换数据并将其存储在 Azure SQL 数据库中,然后通过 Power Query 将其导入 Microsoft Excel。 At the moment this is scheduled to trigger once a day.目前,这计划每天触发一次。 At the beginning of the month, I find that I'm needing to login to Azure and manually trigger this pipeline multiple times a day as that data needs to be refreshed more often (financial data).在月初,我发现我需要登录 Azure 并每天多次手动触发此管道,因为该数据需要更频繁地刷新(财务数据)。

Is it possible to create a script, or even better, allow Microsoft Excel to manually trigger the pipeline to run at the more busier times of the month?是否可以创建一个脚本,或者甚至更好,允许 Microsoft Excel 手动触发管道在一个月中更繁忙的时间运行? In a perfect world, I'd love to be able to have a Query & Connection which I can click Refresh that will execute the pipeline and pull the latest data, however, I don't believe that's possible?在一个完美的世界中,我希望能够有一个查询和连接,我可以单击刷新来执行管道并提取最新数据,但是,我不相信这是可能的?

My next thought would be to create a Python script which I can run using a Macro/VBA from Excel.我的下一个想法是创建一个 Python 脚本,我可以使用 Excel 中的 Macro/VBA 运行它。 Any other ideas is greatly appreciated.非常感谢任何其他想法。

You can manually run your pipeline by using one of the following methods:您可以使用以下方法之一手动运行管道:

• .NET SDK • .NET SDK

• Azure PowerShell module • Azure PowerShell 模块

• REST API • REST API

• Python SDK • Python SDK

Unfortunately, there is no way to trigger ADF pipeline from Microsoft Excel.不幸的是,没有办法从 Microsoft Excel 触发 ADF 管道。

For more information follow this link有关更多信息,请点击此链接

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

相关问题 使用 Azure 数据工厂将多个 Excel 数据转换为一个主文件 - Using Azure Data Factory transform multiple Excel data to a main file 如何在 Azure 数据工厂中读取扩展名为 .xlsx 和 .xls 的文件? - How to read files with .xlsx and .xls extension in Azure data factory? Azure 数据工厂 - 导入具有动态范围的 excel 文件2 - Azure Data Factory - Import excel file with dynamic range2 从 Azure 数据工厂中的一个 excel 单独读取两列 - Read two columns alone from an excel in Azure Data Factory 如何在 azure 数据工厂中将 excel 文件转换为 csv - How to convert excel file to csv in azure data factory Azure Synapse Pipeline - 强制 Sharepoint Excel 数据刷新 - Azure Synapse Pipeline - Force Sharepoint Excel Data Refresh 在 Azure 数据工厂中获取元数据没有成功给我我的多个 excel 文件 - Get Meta data in Azure Data Factory is not giving me my multiple excel files successfully 如何通过 Azure 数据工厂读取 Excel 文件以获取有限列数据但行数不确定 - How to read the Excel file through Azure data factory for limited columns data but number of rows are uncertain 具有可变工作表名称的外部引用数据 - Externally Referencing Data with Variable Sheet Names html生成外部存储的某些数据的图形 - html to generate a graph of certain data stored externally
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM