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 2020/12/28 07:59:05 UTC

[airflow] branch master updated: Add missing sqlite provider for production image (#13332)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 09c6549  Add missing sqlite provider for production image (#13332)
09c6549 is described below

commit 09c654920025bc9b05d5f63224caed96dbb71464
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Mon Dec 28 08:58:51 2020 +0100

    Add missing sqlite provider for production image (#13332)
    
    The production image was missing sqlite provider (this fails
    pip check)
---
 scripts/ci/libraries/_initialization.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/ci/libraries/_initialization.sh b/scripts/ci/libraries/_initialization.sh
index 043c759..0cb8efc 100644
--- a/scripts/ci/libraries/_initialization.sh
+++ b/scripts/ci/libraries/_initialization.sh
@@ -168,6 +168,7 @@ function initialization::initialize_base_variables() {
         "sendgrid"
         "sftp"
         "slack"
+        "sqlite"
         "ssh"
     )
     export INSTALLED_PROVIDERS