You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2020/10/02 08:10:57 UTC

[incubator-datalab] branch DATALAB-2076 created (now c1d10ef)

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

lfrolov pushed a change to branch DATALAB-2076
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at c1d10ef  [DATALAB-2076]: added missing libs import

This branch includes the following new commits:

     new c1d10ef  [DATALAB-2076]: added missing libs import

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DATALAB-2076]: added missing libs import

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

lfrolov pushed a commit to branch DATALAB-2076
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit c1d10effd17992b0431aa7cea448c89fd67b2069
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Oct 2 10:57:26 2020 +0300

    [DATALAB-2076]: added missing libs import
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
index b6b8a89..4ad1282 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
@@ -21,6 +21,8 @@
 #
 # ******************************************************************************
 
+import datalab.fab
+import datalab.actions_lib
 import datalab.meta_lib
 import json
 import logging


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org