incubator-airflow/airflow/models
Joshua Carp a9ac2b040b
Switch to f-strings using flynt. (#13732)
2021-01-23 06:19:38 +01:00
..
__init__.py
base.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
baseoperator.py Streamline & simplify __eq__ methods in models Dag and BaseOperator (#13449) 2021-01-04 04:12:31 +01:00
connection.py Switch to f-strings using flynt. (#13732) 2021-01-23 06:19:38 +01:00
crypto.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
dag.py Switch to f-strings using flynt. (#13732) 2021-01-23 06:19:38 +01:00
dagbag.py Show DAG serialization errors in the UI. (#12866) 2020-12-07 12:28:12 +00:00
dagcode.py Changes the type of source_code field in DagCode to MEDIUMTEXT (#12890) 2020-12-07 23:17:22 +01:00
dagparam.py
dagpickle.py
dagrun.py BugFix: Dag-level Callback Requests were not run (#13651) 2021-01-14 15:46:58 +00:00
errors.py
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 Switch to f-strings using flynt. (#13732) 2021-01-23 06:19:38 +01:00
taskmixin.py
taskreschedule.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
variable.py Warn about precedence of env var when getting variables (#13501) 2021-01-10 10:35:09 +01:00
xcom.py Switch to f-strings using flynt. (#13732) 2021-01-23 06:19:38 +01:00
xcom_arg.py Simplify using XComArg in jinja template string (#12405) 2020-11-17 19:35:12 +01:00