incubator-airflow/airflow/models
Jarek Potiuk cdaaff12c7
Fix Connection.description migration for MySQL8 (#12596)
Due to not executing MySQL8 tests Fixed in #12591 added
description for connection table was not compatible with
MySQL8 with utf8mb4 character set.

This change adds migration and fixes the previous migration
to make it compatible.
2020-11-25 14:30:31 +01:00
..
__init__.py Kubernetes executor can adopt tasks from other schedulers (#10996) 2020-10-01 12:07:38 -07:00
base.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
baseoperator.py Fix Dag Serialization crash caused by preset DagContext (#12530) 2020-11-23 20:42:50 +00:00
connection.py Fix Connection.description migration for MySQL8 (#12596) 2020-11-25 14:30:31 +01:00
crypto.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
dag.py Fix/Enhancement: Disable forms and communicate to user when no DAG Runs (#12320) 2020-11-13 12:46:59 -05:00
dagbag.py Create DAG-level cluster policy (#12184) 2020-11-13 14:32:49 +01:00
dagcode.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
dagparam.py Add @dag decorator (#10587) 2020-10-26 15:40:55 +00:00
dagpickle.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
dagrun.py Add success/failed sets to State class (#12359) 2020-11-14 09:22:32 +01:00
errors.py Add D204 pydocstyle check (#11031) 2020-09-21 11:45:06 +01:00
log.py Make dag_id, task_id, and execution_date nullable in event log schema (#12287) 2020-11-11 20:10:13 +01:00
pool.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
renderedtifields.py K8s yaml templates not rendered by k8sexecutor (#12303) 2020-11-13 12:06:29 -08:00
sensorinstance.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
serialized_dag.py Remove foreign key constraint on SerializedDagModel's dag_runs field (#12586) 2020-11-25 02:07:10 +00:00
skipmixin.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
slamiss.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
taskfail.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
taskinstance.py Don't set child tasks to schedulable in test runs (#12595) 2020-11-24 13:43:22 -08:00
taskmixin.py Add D200 pydocstyle check (#11688) 2020-10-20 22:33:54 +02:00
taskreschedule.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
variable.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
xcom.py Use different deserialization method in XCom init_on_load (#12327) 2020-11-16 13:32:36 +01:00
xcom_arg.py Simplify using XComArg in jinja template string (#12405) 2020-11-17 19:35:12 +01:00