From d1afc1fc3e71e94810df8dac5129092f44d9bb33 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Fri, 27 Sep 2024 17:09:48 +0100 Subject: [PATCH] echovars --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 1c35592..924072c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -19,6 +19,7 @@ definitions: - python -m pip install --upgrade pip - pip install snowflake-connector-python - pip install schemachange --upgrade + - echo $SNOWFLAKE_ACCOUNT $SNOWFLAKE_USER $SNOWFLAKE_ROLE $SNOWFLAKE_WAREHOUSE $SNOWFLAKE_DATABASE - schemachange -a $SNOWFLAKE_ACCOUNT -u $SNOWFLAKE_USER -r $SNOWFLAKE_ROLE -w $SNOWFLAKE_WAREHOUSE -d $SNOWFLAKE_DATABASE -c $SNOWFLAKE_DATABASE.SCHEMACHANGE.CHANGE_HISTORY --create-change-history-table -v caches: - pip