ðĐGetting started
System requirements
Python 3.7+
Hand-on example
It will take about 10 minutes.
1) Install SnowDDL.
2) Create a new Snowflake Trial Account or create a new account within your organization.
Do NOT use existing production account with real data to test object management tools.
3) Create administration user for SnowDDL. Replace <password>
placeholder with randomly generated password of your choice.
4) Apply first version of sample config (provided with SnowDDL installation). Replace <account_identifier>
placeholder with Snowflake account identifier.
Check database SNOWDDL_DB
in Snowflake account. Check list of warehouses and roles.
5) Apply second version of sample config (provided with SnowDDL installation).
Check logs. Some objects will be altered, some objects will be dropped.
6) Reset Snowflake account to the original state. All objects created earlier will be dropped.
Congratulations!
Now you are ready to create your own config and start experimenting.
Last updated