This repository contains utility scripts for exporting database objects from various database platforms to be migrated with the SnowConvert tool. These scripts help extract DDL (Data Definition Language) statements that can be used as input for SnowConvert, facilitating the migration process to Snowflake.
📋 Required Setup for Contributors
After cloning this repository, please run the setup script to configure your development environment:
./setup.sh
This setup is required for all contributors and provides:
- ✅ Standardized project configuration across all environments
- ✅ Proper version control and code quality checks
- ✅ Consistent development workflow for the entire team
Alternative manual setup:
./.github/scripts/install-hooks.sh
Note: Working without proper setup may lead to versioning inconsistencies and CI/CD pipeline issues.
- Select the directory for your source database platform
- Follow the instructions in the platform-specific README file
- Use the exported DDL files as input for SnowConvert
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.