incubator-airflow/airflow
Kaxil Naik ee7ca128a1
Fix broken Markdown refernces in Providers README (#10483)
`#provider-class-summary` -> `#provider-classes-summary`
2020-08-22 20:44:02 +01:00
..
api Add basic auth API auth backend (#10356) 2020-08-19 09:44:17 +01:00
api_connexion Add update endpoint for DAG (#9101) (#9740) 2020-08-21 12:28:21 +02:00
cli Respect DAG Serialization setting when running sync_perm (#10321) 2020-08-13 21:38:49 +02:00
config_templates Change provider configuration keys for OAuth (#9759) 2020-08-21 18:44:19 +02:00
contrib apply_default keeps the function signature for mypy (#9784) 2020-07-22 22:36:27 +02:00
dag
example_dags Fix PythonVirtualenvOperator not working with Airflow context (#9394) 2020-07-30 10:32:52 +02:00
executors BugFix: K8s Executor Multinamespace mode is evaluated to true by default (#10410) 2020-08-19 23:26:56 +01:00
hooks DbApiHook: Support kwargs in get_pandas_df (#9730) 2020-08-12 11:09:27 +02:00
jobs Fix typo in timed_out (#10459) 2020-08-22 11:01:27 +02:00
kubernetes Fix broken Kubernetes PodRuntimeInfoEnv (#10478) 2020-08-22 17:52:41 +01:00
lineage Keep functions signatures in decorators (#9786) 2020-07-13 22:56:31 +02:00
macros Enable Sphinx spellcheck for doc generation (#10280) 2020-08-12 21:30:37 +01:00
migrations Use Hash of Serialized DAG to determine DAG is changed or not (#10227) 2020-08-11 22:31:55 +01:00
models Add Type Annotations & Docstrings to airflow/models/dagrun.py (#10466) 2020-08-22 10:58:14 +02:00
mypy
operators Enable Sphinx spellcheck for doc generation (#10280) 2020-08-12 21:30:37 +01:00
providers Fix broken Markdown refernces in Providers README (#10483) 2020-08-22 20:44:02 +01:00
secrets Enable Sphinx spellcheck for doc generation (#10280) 2020-08-12 21:30:37 +01:00
security Ensure Kerberos token is valid in SparkSubmitOperator before running `yarn kill` (#9044) 2020-07-09 10:39:16 +01:00
sensors Add correct signature to all operators and sensors (#10205) 2020-08-07 00:17:01 +02:00
serialization Fix pylint issues in airflow/models/dagbag.py (#9666) 2020-07-05 22:45:14 +01:00
task Upgrade to latest pre-commit checks (#9686) 2020-07-06 11:37:22 +02:00
ti_deps Enable Sphinx spellcheck for doc generation (#10280) 2020-08-12 21:30:37 +01:00
utils Amazon SES Hook (#10391) 2020-08-21 09:32:25 +02:00
www Add AzureBaseHook (#9747) 2020-08-21 11:45:23 +02:00
__init__.py Add 3.8 to the test matrices (#8836) 2020-06-05 18:39:28 +01:00
__main__.py
alembic.ini
configuration.py More strict rules in mypy (#9705) (#9906) 2020-07-22 13:56:02 +02:00
decorators.py [AIRFLOW-8057] [AIP-31] Add @task decorator (#8962) 2020-06-23 22:58:30 +01:00
exceptions.py Add ClusterPolicyViolation support to airflow local settings (#10282) 2020-08-12 23:06:29 +01:00
logging_config.py Make airflow/logging_config.py Pylint Compatible (#9672) 2020-07-05 20:38:21 +01:00
plugins_manager.py More strict rules in mypy (#9705) (#9906) 2020-07-22 13:56:02 +02:00
py.typed Make airflow package type check compatible (#9791) 2020-07-14 08:47:09 +02:00
sentry.py Disable sentry integration by default (#10212) 2020-08-09 13:21:41 +02:00
settings.py Update Serialized DAGs in Webserver when DAGs are Updated (#9851) 2020-07-20 12:45:18 +01:00
stats.py Keep functions signatures in decorators (#9786) 2020-07-13 22:56:31 +02:00
typing_compat.py Upgrade to latest pre-commit checks (#9686) 2020-07-06 11:37:22 +02:00
version.py