用hyperf/kafka组件会出现 RuntimeException: Partition 1 does not exists in /opt/www/vendor/longlang/phpkafka/src/Consumer/OffsetManager.php:195 用的是腾讯云的kafka 4178ac0eec6d:/opt/www# php -v & php --ri swoole & composer
I encountered this error both using Snowflake and Postgres. Additional Context In the repo with the minimal example (https://github.com/TomSteenbergen/dbt-ref-issue) I also mention some workarounds I tried. One involves overriding the ref macro. While this should solve it, this yields another...
Reproduced with duckdb and snowflake Additional Context If not already known - I'll look at fixing myself and making PR For these yml modelsParsedNode.get_target_write_path()is running withself.original_file_path = "models/schema.yml"andself.path = "schema.yml/snapshot.sql", which are jo...
dbt docs generate The catalog will display-- generatein the model. It can also be reproduced by using{{ debug() }}anywhere. Relevant log output No response Environment -Python:3.10.12-dbt:1.5.4 Which database adapter are you using with dbt? snowflake Additional Context No response @matthieu...
(tableName).InSchema(TdmSchema).OnColumn(AccountId).Ascending(); } private void CreatePrimaryKeysClusteredAndAccountIndex(string tableName, List<string> primaryKeyColumns) { string joinedColumns = string.Join(",", primaryKeyColumns.Select(c => $"[{c}]").ToList()); Execute.Sql($"ALTER ...
Supply a quoted schema name or edit it in the profiles.yml file Create a csv file and seed it twice Relevant log output No response Environment - OS: MacOS 14.6.1 - Python: 3.12.5 - dbt: 1.8.5 - dbt snowflake plugin: 1.8.3 Which database adapter are you using with dbt? snowflake...