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/08/05 16:14:24 UTC

[airflow] branch v2-3-test updated (e5c524b638 -> 76d1abf1dd)

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

potiuk pushed a change to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard e5c524b638 Revert "Temporary remove common.sql and pysftp until we release 2.3.4"
     new 76d1abf1dd Revert "Temporary remove common.sql and pysftp until we release 2.3.4"

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   (e5c524b638)
            \
             N -- N -- N   refs/heads/v2-3-test (76d1abf1dd)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docker_tests/test_prod_image.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[airflow] 01/01: Revert "Temporary remove common.sql and pysftp until we release 2.3.4"

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 76d1abf1ddb42be1d59e23b41777dab6b35b155b
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Fri Aug 5 17:05:10 2022 +0200

    Revert "Temporary remove common.sql and pysftp until we release 2.3.4"
    
    This reverts commit f431503dc3aa181fe167c125da616bba7bf1361d.
---
 generated/provider_dependencies.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json
index 2c310253ae..203fa5e22a 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -190,6 +190,10 @@
     ],
     "cross-providers-deps": []
   },
+  "common.sql": {
+    "deps": [],
+    "cross-providers-deps": []
+  },
   "databricks": {
     "deps": [
       "aiohttp>=3.6.3, <4",