From 114f4434e29bae01dd1bb7fb52d3da49136d8fc3 Mon Sep 17 00:00:00 2001 From: Siarhei Khaletski <siarhei_khaletski1@epam.com> Date: Thu, 11 Feb 2021 18:22:45 +0300 Subject: [PATCH] GONRG-1799: Added requirements --- tests/set_airflow_env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/set_airflow_env.sh b/tests/set_airflow_env.sh index 13f1c05..6031972 100755 --- a/tests/set_airflow_env.sh +++ b/tests/set_airflow_env.sh @@ -19,6 +19,9 @@ pip install jsonschema pip install google pip install google-cloud-storage pip install deepdiff +pip install azure-identity +pip install azure-keyvault-secrets +pip install msal export ACL='{"viewers": ["foo"],"owners": ["foo"]}' export LEGAL='{"legaltags": ["foo"], "otherRelevantDataCountries": ["FR", "US", "CA"],"status": "compliant"}' export WORKFLOW_URL="http://127.0.0.1:5000" -- GitLab