George Kettleborough
George Kettleborough
Yeah, we have pinned to 2.x. We are changing the db backend like so: ```py dj_database_url.SCHEMES["postgres"] = "django_prometheus.db.backends.postgresql" ``` Perhaps a case of Hyrum's law, but there should be a...
How does it match the deployment? I think I may have something wrong in my configuration as my services, which do have Deployments, are not showing these buttons either.
The barman issue: https://github.com/EnterpriseDB/barman/issues/1101 I'm also running into this. Surprised that I've blown the free class B on Backblaze with a database only about 250MB! I currently have my full...
In case anyone else runs into this and, like me, you don't want to pay for more transactions, increasing the retention policy interval massively decreased the number of class B:...
According to the docs this is how frequently the operator will enforce the retention policy. I don't see any reason for it to be so frequent, but maybe it makes...
Just started to run into this randomly today. Hadn't touched my pre-commit config so not sure what triggered it. Common thing seems to be having dbt under a subdirectory, in...
I did recently upgrade dbt to 1.9, but I've been able to reproduce this with the previous config I had: ```yaml - repo: https://github.com/sqlfluff/sqlfluff rev: 3.1.0 hooks: - id: sqlfluff-fix...
Also tried removing options from the custom arg in `entry`, and eventually removing `entry` completely but still was able to trigger the bug eventually using `pre-commit run --all-files`.
> I've triggered a rebuild of the last commit which should update yt-dlp in the container. Any chance of putting a new tag on the image? Using `latest` is problematic...