You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/04/28 17:21:06 UTC

[airflow] branch main updated (c82b3b9466 -> 67e8bdd691)

This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from c82b3b9466 `GCSFileTransformOperator`: New templated fields `source_object`, `destination_object` (#23328)
     add 67e8bdd691 Don't show grid actions if server would reject with permission denied (#23332)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/tree/Table.jsx               | 33 +++++++++++++---------
 .../js/tree/details/content/ConfirmDialog.jsx      |  2 +-
 .../js/tree/details/content/dagRun/ClearRun.jsx    | 11 +++++++-
 .../tree/details/content/dagRun/MarkFailedRun.jsx  |  5 +++-
 .../tree/details/content/dagRun/MarkSuccessRun.jsx |  5 +++-
 .../js/tree/details/content/dagRun/QueueRun.jsx    |  4 +++
 .../content/taskInstance/MappedInstances.jsx       |  3 +-
 .../content/taskInstance/taskActions/Clear.jsx     |  6 +++-
 .../taskInstance/taskActions/MarkFailed.jsx        |  7 +++--
 .../taskInstance/taskActions/MarkSuccess.jsx       |  7 +++--
 .../content/taskInstance/taskActions/Run.jsx       |  7 +++--
 airflow/www/templates/airflow/dag.html             |  3 +-
 12 files changed, 66 insertions(+), 27 deletions(-)