Skip to content

This repository contains scripts and documentation for performing database operations using Snowflake and SQL worksheets.

Notifications You must be signed in to change notification settings

swapniltake1/snowflake-sql-worksheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Snowflake Database Operations with SQL Worksheets

This repository contains scripts and documentation for performing database operations using Snowflake and SQL worksheets. The focus of this project is on loading data from AWS S3 buckets into Snowflake and executing SQL operations.

Getting Started

These instructions will guide you through setting up the project and running the scripts on your local environment.

Prerequisites

  • Snowflake account with appropriate permissions
  • Access to an AWS S3 bucket
  • SQL development environment (e.g., Snowflake Worksheet, SQL client)

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/swapniltake1/snowflake-sql-worksheets.git
  1. Set up your Snowflake connection parameters and AWS S3 credentials in the configuration file (if applicable).
config/config.json

Usage

  1. Navigate to the scripts directory.
cd scripts
  1. Run the SQL scripts in your SQL development environment to perform various database operations. The scripts are organized based on their functionality.

  2. Monitor the execution and verify the results.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

This repository contains scripts and documentation for performing database operations using Snowflake and SQL worksheets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published