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
[py] add Pipeline.query() and Pipeline.query_tabular() for adhoc queries
Adds methods to run adhoc queries against running or paused pipelines.
In FelderaClient:
- adds query(), query_as_text(), query_as_json() & query_as_parquet() methods
In Pipeline:
- adds query() and query_tabular() methods
A new enum is also added to represent the different formats of responses
for ad-hoc queries: `QueryResponseFormat`.
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
0 commit comments