| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Apply PEP-563 (Postponed Evaluation of Annotations) to core airflow (#26290) This PR applies PEP-563 to all core airflow Python files - i.e. those that we want to cherry-pick to v2-* branches in order to make cherry-picking for the upcoming 2.4* releases easier. There was a separate PR (#26289) with non-core changes that are not going to be cherry-picked.. This PR is a result of combining some of the 47 PRs reviewed and approved separately (otherwise it would have been unreviewable) The history of those PRs can be changed in: https://github.com/apache/airflow/pulls?q=is%3Apr+label%3Afuture-annotations+is%3Aopen Relevant discussion: https://lists.apache.org/thread/81fr042s5d3v17v83bpo24tnrr2pp0fp Lazy consensus call: https://lists.apache.org/thread/l74nvjh8tgbtojllhwkcn7f8mfnlz4jq | 3 年前 | |
Update workday example (#30026) * Update workday example Benefit of this change is that a) it provides a solution to a common use case for Airflow users, and b) it separates out the logic of determining whether to schedule on a given day from the common logic used by Airflow to request what the next scheduled date/time is. | 3 年前 | |
template rendering issue fix (#26390) | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) | 6 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Apply PEP-563 (Postponed Evaluation of Annotations) to core airflow (#26290) This PR applies PEP-563 to all core airflow Python files - i.e. those that we want to cherry-pick to v2-* branches in order to make cherry-picking for the upcoming 2.4* releases easier. There was a separate PR (#26289) with non-core changes that are not going to be cherry-picked.. This PR is a result of combining some of the 47 PRs reviewed and approved separately (otherwise it would have been unreviewable) The history of those PRs can be changed in: https://github.com/apache/airflow/pulls?q=is%3Apr+label%3Afuture-annotations+is%3Aopen Relevant discussion: https://lists.apache.org/thread/81fr042s5d3v17v83bpo24tnrr2pp0fp Lazy consensus call: https://lists.apache.org/thread/l74nvjh8tgbtojllhwkcn7f8mfnlz4jq | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Adding an example dag for dynamic task mapping (#28325) | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Apply PEP-563 (Postponed Evaluation of Annotations) to core airflow (#26290) This PR applies PEP-563 to all core airflow Python files - i.e. those that we want to cherry-pick to v2-* branches in order to make cherry-picking for the upcoming 2.4* releases easier. There was a separate PR (#26289) with non-core changes that are not going to be cherry-picked.. This PR is a result of combining some of the 47 PRs reviewed and approved separately (otherwise it would have been unreviewable) The history of those PRs can be changed in: https://github.com/apache/airflow/pulls?q=is%3Apr+label%3Afuture-annotations+is%3Aopen Relevant discussion: https://lists.apache.org/thread/81fr042s5d3v17v83bpo24tnrr2pp0fp Lazy consensus call: https://lists.apache.org/thread/l74nvjh8tgbtojllhwkcn7f8mfnlz4jq | 3 年前 | |
AIP-50 Trigger UI based on FAB (#27063) * Implement param based DAG trigger for for AIP-50 * Implement param based DAG trigger for for AIP-50 * Implement param based DAG trigger for for AIP-50, static code checks * Fix integratio nof recent configs, optimize form handling * Prevent failing unit test in serialization due to moving now() time * Fix pytests for AIP-50 * Part 2 of AIP-50, allow modification of trigger URL * Add AIP-50 documentation how to customize Trigger DAG form * Add AIP-50 documentation how to customize Trigger DAG form, correct config YAML * Add AIP-50 correct config YAML after structural merge problem * Part 2 of AIP-50, allow modification of trigger URL * Apply review feedback for HTML Markup handling in AIP-50 * AIP-50 implementation, apply review feedback * AIP-50 revert part 2 from PR to be separated to future PR | 3 年前 | |
Bugfix/26215 remove trigger UI glitches (#29376) * Fixing JavaScript problems in params UI tutorial for color picker * Fixing JavaScript TypeError when no recent config list is rendered in UI * Fixing JavaScript event handler after un-folding generated JSON formatting | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Switch to ruff for faster static checks (#28893) Gone are: - isort - pyupgrade - pydocstyle - yesqa - autoflake - flake8 All replaced with [ruff](https://github.com/charliermarsh/ruff). A chunk of the performance of ruff comes from the fact that it makes very good use of multiple cores. And since most docker virtual machines are only one or two core I have chosen to run it directly, not inside the breeze docker container so we get the full benefit of speed. * Work around namespace packages issue for providers Ruff is currently detecting "google" as a the name of the current package, so it thinks it goes in the "first" party import section | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Separate classic and taskflow example dags for setup/teardown (#29824) | 3 年前 | |
Only allow setup/teardown tasks (#30150) We've decided to simply support only single setup and teardown tasks, so we can remove support for task groups. | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
| 3 年前 | ||
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Support using a list of callbacks in on_*_callback/sla_miss_callbacks (#28469) * Support using a list of callbacks in on_*_callback/sla_miss_callbacks Previously, it was only possible to specify a single callback function when defining a DAG/task callbacks. This change allows users to specify a list of callback functions, which will be invoked in the order they are provided. This will not affect DAG/task that use a single callback function. * Apply suggestion from code review | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 | |
Switch to ruff for faster static checks (#28893) Gone are: - isort - pyupgrade - pydocstyle - yesqa - autoflake - flake8 All replaced with [ruff](https://github.com/charliermarsh/ruff). A chunk of the performance of ruff comes from the fact that it makes very good use of multiple cores. And since most docker virtual machines are only one or two core I have chosen to run it directly, not inside the breeze docker container so we get the full benefit of speed. * Work around namespace packages issue for providers Ruff is currently detecting "google" as a the name of the current package, so it thinks it goes in the "first" party import section | 3 年前 | |
Enable python string normalization everywhere (#27588) Mailing list vote: https://lists.apache.org/thread/y1gdtrf3poj1cmp164kshqnfkjyzhllh | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 6 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 |