Instructions for setting up and using the Automation of Snowflake Resource Deployment project.
To begin using the Automation of Snowflake Resource Deployment project, follow these steps:
Clone the Repository: Clone the GitHub repository to your local machine.
git clone https://github.com/EC528-Fall-2024/automation-snowflake-harness.gitcd automation-snowflake-harness
Install Required Packages: Install the necessary Python packages.
pip install -r requirements.txt
Set Up Environment Variables:
Create a .env
file in the project root directory to store your Snowflake credentials securely.
SNOWFLAKE_ACCOUNT=#SNOWFLAKE_USER=#SNOWFLAKE_PASSWORD=#SNOWFLAKE_WAREHOUSE=#SNOWFLAKE_DATABASE=#SNOWFLAKE_SCHEMA=#