incubator-airflow/airflow
QP Hou 1ec63123c4
Fix backfill crash on task retry or reschedule (#13712)
When a retry happens, task key needs to be recorded with try number + 1
to avoid KeyError exception.
2021-01-17 19:18:36 -08:00
..
api Fix doci string in API entry. (#13300) 2020-12-24 14:08:56 +01:00
api_connexion Bugfix: Return XCom Value in the XCom Endpoint API (#13684) 2021-01-15 10:18:44 +00:00
cli Fix invalid continue_token for cleanup list pods (#13563) 2021-01-13 14:52:01 +00:00
config_templates Add Missing Email configs in Configuration doc (#13709) 2021-01-16 01:11:35 +00:00
contrib Rename remaining Sensors to match AIP-21 (#12927) 2020-12-09 00:09:08 +00:00
deprecated_schemas Introduces separate runtime provider schema (#13488) 2021-01-11 23:10:44 +01:00
example_dags Add missing Dag Tag for Example DAGs (#13665) 2021-01-14 10:48:14 +00:00
executors Dispose connections when running tasks with os.fork & CeleryExecutor (#13265) 2020-12-23 09:27:29 +00:00
hooks Rename remaing modules to match AIP-21 (#12917) 2020-12-08 18:01:58 +00:00
jobs Fix backfill crash on task retry or reschedule (#13712) 2021-01-17 19:18:36 -08:00
kubernetes Add verify_ssl config for kubernetes (#13516) 2021-01-15 15:59:55 +00:00
kubernetes_executor_templates Enforce strict rules for yamllint (#11709) 2020-10-21 12:24:32 +02:00
lineage Refactor `@provide_session` to do less "at runtime" (#12868) 2020-12-07 16:10:29 +00:00
macros Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
migrations [AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944) 2021-01-08 12:02:53 +01:00
models BugFix: Dag-level Callback Requests were not run (#13651) 2021-01-14 15:46:58 +00:00
mypy Add D204 pydocstyle check (#11031) 2020-09-21 11:45:06 +01:00
operators Infer multiple outputs from dict annotations in TaskFlow API (#10349) 2020-12-09 14:45:15 +00:00
providers updated Google DV360 Hook to fix SDF issue (#13703) 2021-01-17 13:47:35 +01:00
secrets Deprecate BaseHook.get_connections method (#10135) (#10192) 2020-11-30 16:29:30 +00:00
security Allow all default roles to view Profile page + allow editing profile/resetting password for DB-ModelView. (#12971) 2020-12-10 16:04:37 +01:00
sensors Rename remaining Sensors to match AIP-21 (#12927) 2020-12-09 00:09:08 +00:00
serialization BugFix: Dag-level Callback Requests were not run (#13651) 2021-01-14 15:46:58 +00:00
smart_sensor_dags Rename remaining Sensors to match AIP-21 (#12927) 2020-12-09 00:09:08 +00:00
task Explicitly shutdown logging in tasks so concurrent.futures can be used (#13057) 2020-12-14 16:28:01 +00:00
ti_deps Simplify string expressions (#12093) 2020-11-04 18:31:08 +01:00
utils Stop creating duplicate Dag File Processors (#13662) 2021-01-15 16:40:20 +00:00
www Support tables in DAG docs (#13533) 2021-01-15 12:13:22 +01:00
__init__.py Add support for dynamic connection form fields per provider (#12558) 2020-12-08 16:00:37 +01:00
__main__.py Remove airflow.bin package (#7808) 2020-03-22 22:01:06 +01:00
alembic.ini [AIRFLOW-6247] Fix sort order in Alembic Migration template (#6809) 2019-12-14 05:40:37 +01:00
configuration.py Check for minimum version of Sqlite (#13496) 2021-01-05 21:42:37 +00:00
customized_form_field_behaviours.schema.json Remove redundant word (#13466) 2021-01-04 21:03:20 +00:00
decorators.py Add @dag decorator (#10587) 2020-10-26 15:40:55 +00:00
exceptions.py Show DAG serialization errors in the UI. (#12866) 2020-12-07 12:28:12 +00:00
logging_config.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
plugins_manager.py Stop Log Spamming when `[core] lazy_load_plugins` is False (#13578) 2021-01-08 22:46:44 +00:00
provider.yaml.schema.json Introduces separate runtime provider schema (#13488) 2021-01-11 23:10:44 +01:00
provider_info.schema.json Introduces separate runtime provider schema (#13488) 2021-01-11 23:10:44 +01:00
providers_manager.py Introduces separate runtime provider schema (#13488) 2021-01-11 23:10:44 +01:00
py.typed Make airflow package type check compatible (#9791) 2020-07-14 08:47:09 +02:00
sentry.py Fix spelling (#13130) 2020-12-17 10:53:35 +01:00
settings.py Add support for dynamic connection form fields per provider (#12558) 2020-12-08 16:00:37 +01:00
stats.py Don't use time.time() or timezone.utcnow() for duration calculations (#12353) 2020-11-29 10:12:30 +00:00
typing_compat.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
version.py Bugfix: Entrypoint Import Exception masked by attribute error (#12862) 2020-12-07 17:21:48 +00:00