incubator-airflow/airflow
Tobiasz Kędzierski 70bf307f38
Add How To Guide for Dataflow (#13461)
2021-01-21 11:41:36 +01: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 Change log level from debug to info when spawning new gunicorn workers (#13780) 2021-01-19 23:38:55 +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 Use DAG context manager in examples (#13297) 2021-01-20 13:16:12 +01:00
executors Fix race conditions in task callback invocations (#10917) 2021-01-18 23:39:41 +00:00
hooks Rename remaing modules to match AIP-21 (#12917) 2020-12-08 18:01:58 +00:00
jobs Fix race conditions in task callback invocations (#10917) 2021-01-18 23:39:41 +00: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 Fix race conditions in task callback invocations (#10917) 2021-01-18 23:39:41 +00:00
mypy Add D204 pydocstyle check (#11031) 2020-09-21 11:45:06 +01:00
operators BaseBranchOperator will push to xcom by default. (#13704) (#13763) 2021-01-21 01:16:32 +00:00
providers Add How To Guide for Dataflow (#13461) 2021-01-21 11:41:36 +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 Fix race conditions in task callback invocations (#10917) 2021-01-18 23:39:41 +00:00
ti_deps Simplify string expressions (#12093) 2020-11-04 18:31:08 +01:00
utils Fix SQL syntax to check duplicate connections (#13783) 2021-01-20 08:23:28 +01:00
www Add description to hint if conn_type is missing (#13778) 2021-01-19 23:38:29 +00: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 Fix Deprecation for configuration.getsection (#13804) 2021-01-21 06:26:34 +01: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 Disables provider's manager warning for source-installed prod image. (#13729) 2021-01-18 09:00:32 +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