DelfinaCare / rls

MIT License
0 stars 0 forks source link

Documentation Request: How do you generate the policies in alembic? #25

Open aebrahim opened 1 day ago

Ofahmy143 commented 1 day ago

oh ok I will create a documentation for the custom alembic operation that we created here. There is just one issue that with these operations, it's that mypy doesn't recognize them as part of alembic so it fails mypy analysis. I don't know if this is something that should be fixed or not.

aebrahim commented 1 hour ago

I wonder what is causing the mypy issue - is the alembic typing out of date? Maybe it needs to be updated.

Ofahmy143 commented 1 hour ago

I think it's because I'm extending the alembic operations but not correctly extending the types so the operations are not recognized