Mike Atlas
11/09/2022, 3:43 PMfinished without success or failure event. Downstream steps will not execute.op
Dependencies for stepwere not executed: [...]. Not executing.next_op
Process for run exited (pid: 1).The logs show an error like:
Exception while writing logger call to event log: (mysql.connector.errors.ProgrammingError) 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PIPELINE_FAILURE', '2022-11-09 15:42:15.864446', NULL, NULL, NULL)]\\n[parameter' at line 1
Exception while writing logger call to event log: (mysql.connector.errors.ProgrammingError) 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PIPELINE_FAILURE', '2022-11-09 15:42:15.864446', NULL, NULL, NULL)]\\n[parameter' at line 1
I'm running Dagster daemon 1.0.6 - is there a bug fix or something for this in a newer version?[SQL: INSERT INTO event_logs (run_id, event, dagster_event_type, timestamp, step_key, asset_key, `partition`) VALUES (%(run_id)s, %(event)s, %(dagster_event_type)s, %(timestamp)s, %(step_key)s, %(asset_key)s, %(partition)s)]
context.log.debug()
call that is trying to log a huge message.