You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/20 12:11:38 UTC

[airflow] branch master updated (5bb163b -> 65d3901)

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

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


    from 5bb163b  In case of worktree .git might be a file - rat-check fails with it (#9435)
     add 65d3901  Avoid broad exceptions when json.loads is used (#9432)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/pool_command.py     | 3 ++-
 airflow/cli/commands/variable_command.py | 3 ++-
 airflow/models/connection.py             | 3 ++-
 airflow/models/xcom.py                   | 3 ++-
 airflow/www/validators.py                | 3 ++-
 airflow/www/views.py                     | 3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)