我已經使用這個頁麵設置身份驗證https://docs.m.eheci.com/sql/api/authentication.html
和運行
curl - n - x得到https:// < databricks-instance >.cloud.m.eheci.com/api/2.0/sql/history/queries
所有sql端點查詢的曆史,但我想查詢某一天——比如1月1日,2021年。
我怎麼做呢?我沒有看到任何關於這個示例文檔
嗨@John康斯坦丁
上麵的GET請求添加後原始數據。
{" filter_by ": {“endpoint_ids”: [" < endpoint_id_1”、“< endpoint_id_2”,……“< endpoint_id_N”),“query_start_time_range”: {“start_time_ms”: 1640995200000,“end_time_ms”: 1641081599000}},“max_results”: 999}
在這裏,
1640995200000指的是星期六,2022年1月1日12:00:00 GMT + 0
1641081599000指的是星期六,2022年1月1日期內PM GMT + 0
指查詢API 2.0文檔更多的過濾器。
嗨@John康斯坦丁
上麵的GET請求添加後原始數據。
{" filter_by ": {“endpoint_ids”: [" < endpoint_id_1”、“< endpoint_id_2”,……“< endpoint_id_N”),“query_start_time_range”: {“start_time_ms”: 1640995200000,“end_time_ms”: 1641081599000}},“max_results”: 999}
在這裏,
1640995200000指的是星期六,2022年1月1日12:00:00 GMT + 0
1641081599000指的是星期六,2022年1月1日期內PM GMT + 0
指查詢API 2.0文檔更多的過濾器。