You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when listing the query history using workspace.query_history.list we are unable to pass a include_query_source parameter so that responses will include source and context information of a query
Proposed Solution
Create the QuerySource dataclass and add it to the QueryInfo dataclass as a new field
Add an optional include_query_source parameter to the list method of QueryHistoryAPI which will add it to the list of parameters sent to the list query history endpoint
Problem Statement
Currently when listing the query history using
workspace.query_history.list
we are unable to pass ainclude_query_source
parameter so that responses will include source and context information of a queryProposed Solution
QuerySource
dataclass and add it to theQueryInfo
dataclass as a new fieldinclude_query_source
parameter to the list method ofQueryHistoryAPI
which will add it to the list of parameters sent to the list query history endpointAdditional Context
https://docs.databricks.com/api/workspace/queryhistory/list#res-query_source
The text was updated successfully, but these errors were encountered: