How can one access the results for a bq_op_for_que...
# ask-community
r
How can one access the results for a bq_op_for_queries call?
🤖 1
j
Hi Robert,
bq_op_for_queries
should return a list of pandas dataframes for each query
LMK if this wasn’t your question, but you can access the result from this op like any other: using it as input in a downstream op https://docs.dagster.io/concepts/ops-jobs-graphs/jobs-graphs#from-scratch
r
Seems the originator for this question was able to get it working last night. Sorry for the inconvenience.