This commit is contained in:
Michael McGuinness
2024-09-27 17:09:48 +01:00
parent ef9be200eb
commit d1afc1fc3e
+1
View File
@@ -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