https://dagster.io/ logo
Title
m

Mike Atlas

11/09/2022, 3:43 PM
I'm seeing this error for the first op in my graph; running on ECS.
op
finished without success or failure event. Downstream steps will not execute.
Dependencies for step
next_op
were not executed: [...]. Not executing.
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?
:dagster-bot-resolve: 1
[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)]
ah shoot i think i figured it out
I have a
context.log.debug()
call that is trying to log a huge message.