Execute query and get result in one call
Execute query and get result in one call
Use
run_query to get result in JSON,
run_query_csv to get result in CSV format,
and run_query_dataframe to get result in Pandas dataframePython SDK
performance parameter, by default it will use the “medium” performance tier. Credits are consumed based on actual compute resources used. “large” tier provides more resources for complex queries.
Returns an execution_id associated with the triggered query execution and the state of the execution.