fides
fides copied to clipboard
MariaDB database connection support for `generate` and `annotate dataset`
trafficstars
To ease the onboarding to Fides, Fidesctl should be able to support highly adopted databases for generating dataset annotations. This will allow adopters to be able to create dataset annotations quickly and directly from the database.
This issue will include (non exclusive!):
- the sqlalchemy-based connector support for fidesctl. It's possible that since we already support MySQL, MariaDB is implicitly supported already. This issue might just be confirming full support and exposing it in documentation.
- updated documentation for setting up the connector
- tests for the MariaDB connector