Deceivious
08/01/2023, 9:01 AMflow_run.id to log.flow_run_id / task_run.id to log.task_run_id does not exist?Jake Kaplan
08/01/2023, 1:02 PMDeceivious
08/01/2023, 1:18 PMJake Kaplan
08/01/2023, 1:43 PMDeceivious
08/01/2023, 2:34 PMALTER TABLE public.log ADD CONSTRAINT fk_log_flow_run_id
FOREIGN KEY (flow_run_id) REFERENCES flow_run(id) ON DELETE CASCADE;Deceivious
08/01/2023, 2:39 PMpg_cron to clear logs does not work.Deceivious
08/02/2023, 4:58 PM