Jian Yuan Lee

Results 3 issues of Jian Yuan Lee

We use `email` instead of `username` as our natural key. The library should get the user using the value nominated by `User.USERNAME_FIELD`.

- [x] Upgrade to SQLAlchemy 1.4, which supports AsyncIO. [Full guide here](https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html#asynchronous-i-o-asyncio). - [x] Convert API endpoints to asyncio. - [ ] Fix Celery. Addresses: #315

Reference: https://docs.sentry.io/product/data-management-settings/scrubbing/ --- ### Enhancement 1: New properties in the `sentry_project` resource ```terraform resource "sentry_project" "my_project" { # Possible values: # omit = inherit organization settings # 0 = disabled...