You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/27 22:09:20 UTC

[airflow] branch move-sql-operators-to-common-sql updated (10555d2d08 -> 9b7b62168e)

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

potiuk pushed a change to branch move-sql-operators-to-common-sql
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 10555d2d08 Move all "old" SQL operators to common.sql providers
     add 9b7b62168e Move all "old" SQL operators to common.sql providers

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (10555d2d08)
            \
             N -- N -- N   refs/heads/move-sql-operators-to-common-sql (9b7b62168e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow/operators/druid_check_operator.py          |  4 +--
 .../apache/druid/operators/druid_check.py          |  4 +--
 airflow/providers/common/sql/operators/sql.py      | 37 ++++++++++++++--------
 tests/deprecated_classes.py                        | 18 +++++------
 4 files changed, 36 insertions(+), 27 deletions(-)