-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a generate policy
CLI command
#284
Milestone
Comments
this is still a good idea, but in the meantime we've decided to package/document other good defaulty policies |
ThomasLaPiana
pushed a commit
that referenced
this issue
Aug 17, 2022
* 163 Initial commit showing that yaml dataset can be saved. * 163 Refactor the yaml dataset endpoint and added pytests. * 163 Exclude yaml dataset endpoint from open api spec. Since this endpoint needs to access the request, the open api spec will not be generated correctly. To include this, extend open api: https://fastapi.tiangolo.com/advanced/extending-openapi/ * 163 Formatted with Black. * 163 Fixes for mypy. * 163 Added happy path test for patching yaml dataset. * 163 respond with 415 if the wrong content type is specified a patch to the yaml dataset endpoint. * 163 Respond with 400 when the dataset yaml cannot be loaded. * 163 Added example of a YAML PATCH request for dataset. Named: Create/Update Postgres Dataset YAML * 163 Added example of a YAML PATCH request for dataset. Named: Create/Update Postgres Dataset YAML * 163 Test patching multiple datasets at a time. * 163 Return specific yaml error in http response. * 163 Ran make black. * 163 Trying to get linter to pass. Co-authored-by: Nelson Schoenbrot <nelson@ethyca.com>
ThomasLaPiana
pushed a commit
that referenced
this issue
Sep 26, 2022
* 163 Initial commit showing that yaml dataset can be saved. * 163 Refactor the yaml dataset endpoint and added pytests. * 163 Exclude yaml dataset endpoint from open api spec. Since this endpoint needs to access the request, the open api spec will not be generated correctly. To include this, extend open api: https://fastapi.tiangolo.com/advanced/extending-openapi/ * 163 Formatted with Black. * 163 Fixes for mypy. * 163 Added happy path test for patching yaml dataset. * 163 respond with 415 if the wrong content type is specified a patch to the yaml dataset endpoint. * 163 Respond with 400 when the dataset yaml cannot be loaded. * 163 Added example of a YAML PATCH request for dataset. Named: Create/Update Postgres Dataset YAML * 163 Added example of a YAML PATCH request for dataset. Named: Create/Update Postgres Dataset YAML * 163 Test patching multiple datasets at a time. * 163 Return specific yaml error in http response. * 163 Ran make black. * 163 Trying to get linter to pass. Co-authored-by: Nelson Schoenbrot <nelson@ethyca.com>
this will be done via the UI or default policies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally from #209
Implement a guided walkthrough of building a policy
The text was updated successfully, but these errors were encountered: