Allison King
Allison King
I think the outcome we want is when querying a taxonomy field i.e. `/api/v1/data_category`, to get the resource back with a field `is_default = true | false`. There seem to...
Aha! yeah if it's an upsert then I think this should work. Is that a fideslang change, or a change in [`sql_models.py`](https://github.com/ethyca/fides/blob/main/src/fidesctl/api/ctl/sql_models.py#L89)?
Okay I think I got it: looks like I'll need to update fideslang so that default taxonomy can have a bool `is_default`, and then also the sql_models in fidesctl to...
Not sure what's going on with the pytest external test 😕
Heh I just stumbled on this issue because, as Michael said, the runtime scanner needs a table like this :) I'll take an initial stab at generalizing some of it...
@ThomasLaPiana would love to get your thoughts on if this is the right track. I think there are two things that need to be covered: 1. Making sure no edits...
There's a failing test in CI that I'm not sure how to fix. It doesn't fail locally which makes it difficult to debug... but it seems to come down to...
> There's a failing test in CI that I'm not sure how to fix. It doesn't fail locally which makes it difficult to debug... but it seems to come down...
This PR may need to be reworked pending updated requirements from @mfbrown . The feature: > Adds a check to put, upsert, and delete which prevents those endpoints from taking...
Okay, updated the initial comment for the new behavior, should be ready for review again 👍