Michele Zanotti
Michele Zanotti
Is there any progress? Is unique_together validator going to be supported in one of the next releases?
Hi @kaiohenricunha, thanks for your interest in `nos`! The Elastic Resource Quota feature is an extension of the [Capacity Scheduling](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/pkg/capacityscheduling/README.md) plugin from the [kubernetes-sig/scheduling](https://github.com/kubernetes-sigs/scheduler-plugins). If you want to use Elastic...
Hi @suchisur, thanks for your interest in nos! The metrics exporter in `nos` does not provide GPU utilization metrics and is only used to optionally share basic telemetry data during...
Hi @lmyslinski, thank you for raising the issue! The lack of `nvidia-smi` in the path generally occurs when GPU support is not enabled in the Docker container. This can be...
I'm having the same issue, which prevents using the [is_deleted](https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/replacingmergetree#is_deleted) parameter on ReplacingMergeTree. @xzkostyan is this going to be fixed any time soon?
In case it helps, we’re maintaining this fork for compatibility with the latest versions of SQLAlchemy and async: https://github.com/nebuly-ai/clickhouse-sqlalchemy
I just noticed we had the same issue with SQLAlchemy 2.0.44 😅 We've now fixed it [here](https://github.com/nebuly-ai/clickhouse-sqlalchemy) by making `AsyncAdapt_asynch_cursor` inherit from `AsyncAdapt_dbapi_cursor` as you suggested. @nils-borrmann-tacto Thanks a lot!...
In case it helps anyone, we’ve fixed compatibility with alembic >= 1.15 in our fork: https://github.com/nebuly-ai/clickhouse-sqlalchemy