Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Snowflake connector #623

Merged
merged 15 commits into from
Aug 27, 2024
Merged

Add Snowflake connector #623

merged 15 commits into from
Aug 27, 2024

Conversation

huyphung1602
Copy link
Collaborator

Summary

  • Add Snowflake connector

Issue

(issue link here)

Lasting Changes (Technical)

  • Add Snowflake connector
  • Allow users to select schema when fetching schema information from: Postgresql, Mysql, MSSQL, and Snowflake.

Checklist

Please check directly on the box once each of these are done

  • Documentation (if necessary)
  • Tests (integration test/unit test)
  • Integration Tests Passed
  • Code Review

- Fix the issues in the Snowflake DDL
- Add the draft connector for Snowflake database
- Add log level configs: LOG_LEVEL and IS_DEBUG_MODE
- Reduce the number of retries to three
- Set the timeout to 10000
- Add SCHEMA= to select schema
- Replace undefined type to the matching column types
- Add the default values if any
- Add the description for Snowflake Connector
- Update the identity constraint of each table (pk)
- Add pk? and unique? to Field type in dbml/connector
- Add function to parse schemas syntax from postgres connection string
- Add schemas query into PostgreSQL queries
- Fix bug when database have more than one schema
- Add code to parse schemas for odbc
- Add schemas sql into queries
- Refactor parseSchema utils
- Fix issue when there are multiple schemas inside mssql
Copy link
Contributor

@huyleminh01 huyleminh01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@huyphung1602 huyphung1602 merged commit 17f38c8 into master Aug 27, 2024
3 checks passed
@huyphung1602 huyphung1602 deleted the add-snowflake-connector branch August 27, 2024 05:43
@huyleminh01 huyleminh01 added the PR: New Feature 🚀 A type of pull request used for changelog categories label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: New Feature 🚀 A type of pull request used for changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants