You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a specific problem?
Currently datasets are stored in two places for different use cases, on the DatasetConfig.dataset table and in the ctl_datasets table. Our unified fides resources work is moving to storing this in ctl_datasets.
A new endpoint, patch_dataset_configs is being added. After the UI is in to use this endpoint, the other endpoints can be deprecated.
Also need to discuss what our deprecation policy is.
Motivations to deprecate: These endpoints on the unified-fides-resources branch now potentially have surprising updates, in that they not only update the datasetconfig but the associated ctl dataset.
While we can change all of our code to not make calls to these endpoints, is anyone relying on these?
❗ Depends on #1766 ❗
Is your feature request related to a specific problem?
Currently datasets are stored in two places for different use cases, on the DatasetConfig.dataset table and in the ctl_datasets table. Our unified fides resources work is moving to storing this in
ctl_datasets
.A new endpoint,
patch_dataset_configs
is being added. After the UI is in to use this endpoint, the other endpoints can be deprecated.Describe the solution you'd like
PATCH {{host}}/connection/{{connection_key}}/dataset
.PATCH {{host}}/yml/connection/{{connection_key}}/dataset
GET {{host}}//connection/{{connection_key}}/dataset
GET {{host}}//connection/{{connection_key}}/dataset/{{datasetconfig_key}}
/datasetconfig
endpoints)Describe alternatives you've considered, if any
A description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: