簡體   English   中英

如何在 kusto 中找到表的來源

[英]how to find the source of the table in kusto

我有不斷攝取的表格。 我需要從這些表在 Kusto 中獲取的位置找到這些表的來源。 我不知道如何識別這個。 請幫我解決一下這個。

謝謝,馬諾蘭吉尼

.show commands 
| where CommandType == "DataIngestPull"

如果數據 URL 沒有被屏蔽,您應該能夠看到如下內容:

文本
.ingest-from-storage 到 mytable<|
@'https://mycluster.blob.core.windows.net/mypath/myfile.csv?''******'

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM