gpt4 book ai didi

python - 使用 Azure 数据工厂从 REST API 获取数据

转载 作者:太空宇宙 更新时间:2023-11-03 20:22:38 27 4
gpt4 key购买 nike

我正在尝试使用 Azure 数据工厂通过 REST API 从 Pendo 获取数据。此事件的 PYTHON 代码是

import requests
url = "https://app.pendo.io/api/v1/aggregation"
data = "{\"response\":{\"mimeType\":\"application/json\"},\"request\":{\"pipeline\":[{\"source\":{\"guideEvents\":null,\"timeSeries\":{\"first\":\"1506977216000\",\"count\":-10,\"period\":\"dayRange\"}}}]}}"
headers = {
'x-pendo-integration-key': "[add_your_pendo_int_key_here]",
'content-type': "application/json"
}
response = requests.post(url, data = data, headers = headers)

如何通过 Azure 数据工厂定义代码的数据部分?我已将 content-type 和 x-pendo-integration-key 放入附加 header 中。

最佳答案

问题已解决。 PYTHON 代码的数据部分(不含 \)放入 Azure 数据工厂中复制事件的请求正文中,请求方法为 POST。

关于python - 使用 Azure 数据工厂从 REST API 获取数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58054948/

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