Sean Preston
Sean Preston
## Requirements - [ ] configure Systems to test the data map - [ ] configure Datasets to test the data map - [ ] configure custom Data Categories, Data...
We want to stress test Fidesops by having the query execution layer run large (longer running) queries over identity graphs. We should generate a some SQL datasets with `faker`, and...
FastAPI allows us to specify example data attributes to be picked up and auto documented by Swagger. We should use this in our externally facing Pydantic schemas. https://fastapi.tiangolo.com/tutorial/schema-extra-example/
- [ ] Update current Pytest markers to include `_traversal` - [ ] Update current dataset naming to include `_traversal`
- [ ] Add datatype datasets for each env e.g. ``` # Numeric - name: int_column data_categories: [system] - name: float_column data_categories: [system] # - name: serial_column # data_categories: [system]...
As part of the Fidesops Ethyca Pro integration plan we'll need a way of uploading retrieved access data to an intermediary service provided by the Platform team. We can facilitate...
When you push to `main` on forked repos, our CI tries to run the `Publish` action: We should disable this.
Our current DB compatibility roadmap is mapped out here: https://ethyca.atlassian.net/wiki/spaces/OSS/pages/2162393244/fidesops+Self-Hosted+DSR+Automation+Requirements#Database-%26-Schema-Compatibility-Requirements  We should add the current version of this to its own (or a roadmap?)...
NB. It's still unclear how to handle Variant types
### Is your feature request related to a specific problem? Fidesops dataset validation must allow certain configurations to pass that may not be constructive to the end user if not...