Rémi Pradal
Rémi Pradal
Hi, I am trying to add a new non nullable field on a model in a backward compatible way. I understood clearly what this library achieves, but i am wondering...
Hello, I am using [django-postgres-extra](https://github.com/SectorLabs/django-postgres-extra) in a project. This implies using a custom django command to generate migrations. This is kind of blocking with the current implem of this library...
Having non atomic management command can help reduce lock contention. In this PR a new `atomic` option has been added to the `PostgresPartitioningConfig` class. If set to false all changes...
### Describe the bug Since i updated my dbt-core to 1.11 i have the following warning when running a build ``` [WARNING]: The node 'fct_undocumented_models'in package 'dbt_project_evaluator' depends on the...