Xiatong 夏童

Results 5 issues of Xiatong 夏童

I have set the read alone voice the Google UK English Male, it worked great for a while, but lately the voice starts to change to another male voice and...

**Describe the bug** I use [pre-commit](https://pre-commit.com/hooks.html) to run tfsec linter. I upgraded the tfsec version from v0.58.6 to v1.26.0, and got the following error message: ```python Traceback (most recent call...

bug

## Summary ClickHouse's lightweight delete function, which utilizes the mutation `ALTER TABLE table UPDATE _row_exists = 0 WHERE condition`, indiscriminately mutates all data parts of a given table. This occurs...

## Summary Append [invoication_id](https://docs.getdbt.com/reference/dbt-jinja-functions/invocation_id) to table name of temporary, intermediate and backup tables to avoid name collision between dbt runs. ## Checklist Delete items not relevant to your PR: -...

### Describe the bug The current dbt-clickhouse adapter implements a rather inefficient schema change check ([source code](https://github.com/ClickHouse/dbt-clickhouse/blob/main/dbt/include/clickhouse/macros/materializations/incremental/distributed_incremental.sql#L87)) when using `distributed_incremental` materialization with the `append` strategy. If the `on_schema_change` is not...

bug