【发布时间】:2019-10-28 11:07:52
【问题描述】:
我想知道,是否可以运行命令:.show operation details in python azure func using azure-kusto-data。
我的代码正在运行,但没有打印任何内容。
client.execute(db, query) for row in response.primary_results[0]:
print("value at 0 {}".format(row[0]))
print("\n")
print("Path:{}".format(row["Path"]))
【问题讨论】:
标签: azure azure-functions azure-data-explorer kql