kaxil commented on issue #9148:
URL: https://github.com/apache/airflow/issues/9148#issuecomment-645019460
Current workarounds for MySQL Users:
1) Disable DAG Serialization
2) Run the following query on your Metadata DB:
```sql
alter table rendered_task_instance_fields modify execution_date
timestamp(6) not null;
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]