Rodrigo Loredo

Results 9 comments of Rodrigo Loredo

Hi, @Maayan-s! thank you for your fast response. It looks clearer now :) I can dedicate some time to doing part of the steps, but the last part wasn't clear...

So, I did most of the changes in https://github.com/elementary-data/dbt-data-reliability/pull/85 These tests are working and writing the data correctly to __test tables: - table_anomalies - all_columns_anomalies - column_anomalies I couldn't make...

+1 using with snowflake and sqlfluff-templater-dbt==1.4.5 It's also when I have a macro and some SQL statements like: ``` select {{ utc_to_cest('c.created_at') }} as created_at_cest, .... ```

Same problem here, only that I'm inside a docker container ``` Model class 'KeplerGlModal' from module 'keplergl-jupyter' is loaded but can not be instantiated TypeError: s._deserialize_state is not a function...

@lennonzheng that is true, but there is still activity in the repo. The latest commit was 12hs ago.

I think it would be nice to add something like `dbt retry -s 1+` where you specify how do you want to treat the previous nodes. You can use node...

@ramon-prieto I've opened a PR [here](https://github.com/elementary-data/dbt-data-reliability/pull/771) but it's being ignored. For now I'm [overriding](https://docs.getdbt.com/reference/dbt-jinja-functions/dispatch#overriding-package-macros) the `delete_and_insert` macro with the code I put in that PR.