Benoit Perigaud

Results 47 issues of Benoit Perigaud

I have been running the project on IA and the results for `fct_direct_join_to_source` look odd to me at first sight. It might be worth investigating.

bug

Currently, a Databricks user needs to configure the `search_order` for the package `dbt_utils` to be reading from `dbt_project_evaulator` first due to the fact that we use array macros that are...

enhancement

Currently, when a new column needs to be added, it is required to modify the code in multiple locations in the macros. We might want to revisit this approach. A...

enhancement

### Describe the feature Add information about how many rows are in each model. ### Additional context and who will this benefit? This could potentially be used if someone wanted...

enhancement

The table `fct_multiple_sources_joined` contains the models joining from multiple sources, as expected, but it also contains models that are unioning from multiple sources (which in some cases might make sense)....

### Describe the bug I am trying to run Python models using the `dbt-dtabricks` adapter but get some errors. ### Steps To Reproduce - Create some models in your dbt...

bug

### Describe the bug A person is reporting that running the package returns the following: ``` RESOURCE_NAME: ba01_bbprod.demand_order_item CURRENT_FILE_PATH: models\staging\ba01_bbprod\src_bbprod.yml CHANGE_FILE_PATH_TO: models/staging/ba01_bbprod/models\staging\ba01_bbprod\src_bbprod.yml ``` This looks like an issue handling `/`...

bug

### Describe the feature A few people reported issues when they run the project without the seed being executed. A `dbt seed` or `dbt build` works (and this is what...

enhancement

### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...

enhancement
Refinement
paper_cut

**Describe the bug** Some hooks don't require artifacts, like [unify-column-description](https://github.com/dbt-checkpoint/dbt-checkpoint/blob/main/HOOKS.md#unify-column-description) Up until v1.0 the hook will run even though the manifest is not available. From v1.1 onward, tracking checks for...

bug
priority: low