Idan Noti
12/09/2023, 2:04 PMSELECT flow_run.deployment_id, flow_run.work_queue_name, flow_run.flow_version, flow_run.parameters, flow_run.idempotency_key, flow_run.context, flow_run.empirical_policy, flow_run.tags, flow_run.created_by, flow_run.infrastructure_pid, flow_run.auto_scheduled, flow_run.flow_id, flow_run.infrastructure_document_id, flow_run.parent_task_run_id, flow_run.state_id, flow_run.work_queue_id, flow_run.name, flow_run.state_type, flow_run.state_name, flow_run.state_timestamp, flow_run.run_count, flow_run
Does anyone know the source of this query? I'm concerned this query may impact db performance.