我想知道,是否可以使用 azure-kusto-data 在 python azure func 中运行命令:.show operation details。
我的代码正在运行,但没有打印任何内容。
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"]))