Generating a Dataset via the UI
In this guide you will learn how to generate a Fides dataset via the Fides Control admin UI. Read more about datasets here or read how to generate datasets via the Fides CLI here.
Generating a dataset from a database
You can generate a dataset by directly connecting Fides to a datastore. Fides will connect securely via a database connection string and parse the schema of the system to generate a Fides dataset automatically.
To generate a new dataset by connecting to a database:
- Navigate to Data map → Manage datasets.
- Click Create new dataset.
- Click Connect to a database.
- Paste the database connection string into the
Database URL
field. - Click Generate dataset
For helping building the database connection string, please see the SQLAlchemy documentation (opens in a new tab).
PostgreSQL example:
postgresql://<user>:<password>@<hostname>:<port>/<database>
Creating a dataset
You can also manually create a dataset by copy and pasting existing Fides valid YAML to the dataset editor in the Fides admin UI.
To create a new dataset using the Dataset Editor:
- Navigate to Data map → Manage datasets.
- Click Create new dataset.
- Enter the dataset configuration into the editor.
- Click Create dataset