DelfinaCare / rls

MIT License
0 stars 0 forks source link

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

Open aebrahim opened 2 days ago

Ofahmy143 commented 2 days 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 5 hours ago

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

Ofahmy143 commented 5 hours ago

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