Benoit Perigaud

Results 51 comments of Benoit Perigaud

Hi! Has there been any movement on this issue since last year?

Copying the info from Slack and as discussed. The casting is actually from [dbt_utils.union_relations](https://github.com/dbt-labs/dbt-utils/blob/main/macros/sql/union.sql). ``` {% for col_name in ordered_column_names -%} {%- set col = column_superset[col_name] %} {%- set col_type...

You mentioned that you don't want to add 30 tests to check if strings are not empty, which is fair. Can we add at least one or two tests though?...

Hi @Kratzbaum92 and thanks for the report! Our recommendation when the key is a combination of columns is in the vast majority of cases to create a surrogate key (SK)...

The "flag" was to potentially remove the models that end with `unioned` but in that case people need to stick to that convention and we need to agree if we...

I feel like it, yes. A few ideas for new names: - `fct_multiple_sources_used_in_model` - `fct_multiple_sources_in_single_model` - `fct_multiple_sources_in_model` The initial discussion about `union` vs `join` and the "flag" is already available...

Hi! Thanks for raising the issue. And, yes, could you please explain what you would do with those descriptions? We used to extract all the descriptions at the beginning of...

@dave-connors-3 , do you have a list of repos that use `pytest` today instead of an `integration_tests` project? `dbt-core` is doing it but I checked quickly `dbt-utils` and it looks...

Kind of related to #135 As well

Thanks @qmoret ! We will have a look.