Jose Muñoz

Results 12 issues of Jose Muñoz

**Describe the bug** Found this while working on https://github.com/ClickHouse/dbt-clickhouse/issues/579 Sometimes `clickhouse-driver` queries will fail with `Unexpected EOF while reading bytes` when the query failed with some kind of Exception. Some...

### Describe the bug Test fails with ```python FAILED tests/integration/adapter/clickhouse/test_clickhouse_errors.py::TestOOMError::test_oom - AssertionError: assert 'exceeded' in 'Runtime Error in model oom_table (models/oom_table.sql)\n ClickHouse exception: Unexpected EOF while reading bytes' + where...

bug

I tried last week to use the dbt's [Jaffle Shop](https://github.com/dbt-labs/jaffle-shop) with ClickHouse and I found a few differences that made me need to [fork the project](https://github.com/koletzilla/jaffle-shop-clickhouse) to make it ClickHouse...

enhancement

## Summary This PR adds back cloud tests so it will be executed on PRs again. I feel like they are now in a good enough shape to start executing...

As part of the improvements, we want to also update our guide. Adding this issue in case someone wants to contribute with more ideas. Current guide: https://clickhouse.com/docs/integrations/dbt/guides Changes to be...

dbt Fusion is still in its early days. Most of their content is still in beta and they still don't have an official way to implement the new version of...

enhancement

We are adding docs now to help users create their our CI/CD jobs to test and deploy their dbt projects. It would be nice to have more in-depth guides on...

documentation

**Is your feature request related to a problem? Please describe.** Indexes are defined as: ```sql indexes=[{ 'name': 'your_index_name', 'definition': 'your_column TYPE minmax GRANULARITY 2' }] ``` Having the possibility of...

enhancement

Issue created to track changes we made to increase test times after the findings on https://github.com/ClickHouse/dbt-clickhouse/issues/499 Currently we have two types of test depending on where the CH cluster is...

enhancement

### Describe the bug Looks like we are using them in the same way but we should be using `make_intermediate_relation` for all the situations where we need intermediate tables and...

bug