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 mysql connector #40

Merged
merged 5 commits into from
Oct 25, 2023
Merged

Add mysql connector #40

merged 5 commits into from
Oct 25, 2023

Conversation

dnadein
Copy link
Contributor

@dnadein dnadein commented Oct 24, 2023

Init pull request for mysql connector and mysql sqlalchemy packages

Comment on lines 26 to 27
mysqlclient = ">=1.4.6"
pymysql = "==1.1.0"
oracledb = ">=1.3.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

we shouldn't need these deps in a base dl_formula package
nothing related to specific connectors (pg, ch, oracle...)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Seems that you're right. Will remove this dep and update lock file.

Copy link
Contributor

Choose a reason for hiding this comment

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

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed this file

asnytin
asnytin previously approved these changes Oct 25, 2023
@dnadein dnadein merged commit 7ab5ef0 into main Oct 25, 2023
22 of 36 checks passed
@dnadein dnadein deleted the add_mysql_connector branch October 25, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants