incubator-airflow/airflow
Johan Eklund 867bc44aca
Add type annotations to providers/vertica (#9936)
Co-authored-by: Johan Eklund <jeklund@zynga.com>
2020-07-23 03:00:24 +02:00
..
api Add Google Authentication for experimental API (#9848) 2020-07-22 22:33:55 +02:00
api_connexion Minor typo fix in OpenAPI specification (#9809) 2020-07-14 08:36:29 +02:00
cli More strict rules in mypy (#9705) (#9906) 2020-07-22 13:56:02 +02:00
config_templates Add Google Authentication for experimental API (#9848) 2020-07-22 22:33:55 +02:00
contrib apply_default keeps the function signature for mypy (#9784) 2020-07-22 22:36:27 +02:00
dag
example_dags Add function to get current context (#9631) 2020-07-21 18:45:09 +02:00
executors Remove unnecessary comprehension (#9805) 2020-07-14 09:04:14 +01:00
hooks Increase typing for Apache and http provider package (#9729) 2020-07-19 22:11:14 +02:00
jobs provide_session keep return type (#9787) 2020-07-13 14:46:52 +02:00
kubernetes Upgrade to latest pre-commit checks (#9686) 2020-07-06 11:37:22 +02:00
lineage Keep functions signatures in decorators (#9786) 2020-07-13 22:56:31 +02:00
macros Fix references in docs (#8984) 2020-05-23 17:43:04 +02:00
migrations [AIRFLOW-6931] Fixed migrations to find all dependencies for MSSQL (#9891) 2020-07-22 01:11:39 +02:00
models apply_default keeps the function signature for mypy (#9784) 2020-07-22 22:36:27 +02:00
mypy Add mypy plugin for decorators. (#8145) 2020-04-13 09:50:14 +02:00
operators apply_default keeps the function signature for mypy (#9784) 2020-07-22 22:36:27 +02:00
providers Add type annotations to providers/vertica (#9936) 2020-07-23 03:00:24 +02:00
secrets YAML file supports extra json parameters (#9549) 2020-07-08 17:29:49 +02:00
security Ensure Kerberos token is valid in SparkSubmitOperator before running `yarn kill` (#9044) 2020-07-09 10:39:16 +01:00
sensors apply_default keeps the function signature for mypy (#9784) 2020-07-22 22:36:27 +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 Improve typing coverage in scheduler_job.py (#9783) 2020-07-13 11:11:33 +02:00
utils apply_default keeps the function signature for mypy (#9784) 2020-07-22 22:36:27 +02:00
www UX Enhancement: Separate actions from links in DAG navigation (#9894) 2020-07-20 19:05:42 +01: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 Fix docstrings in exceptions.py (#9622) 2020-07-02 09:55:17 +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 Support extra config options for Sentry (#8911) 2020-07-10 00:34:56 +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