runprism / prism

Prism is the easiest way to develop, orchestrate, and execute data pipelines in Python.

Home Page:https://runprism.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL adapter

prism-admin opened this issue · comments

Is your feature request related to a problem? Please describe.
I can't connect my Prism project to a MySQL database using the PrismHooks API.

Describe the solution you'd like

  • Add an option to create and configure a MySQL adapter in profile.yml.
  • I'd also like the prism connect command to support --type mysql.

Describe alternatives you've considered

  • Instantiating a MySQL connection in the prism_project.py file. This works fine, it leads to repeated code (e.g., the same connection boilerplate across different projects).

Additional context
N/A