Noel Gomez
Noel Gomez
I like the idea, but I am not sure the CAT_ test_arguments would work as every column this applies to may have different values. I also wonder if calling this...
Have you seen that you can set the dbt dir in a .dbt_checkpoint configuration file? We added this bec we recommend the dbt project be in a subdirectory, not in...
Why would we want to skip an empty file. Seems to be an error IMO. either you have a file with keys and values or no file at all no?...
It depends on how you are running it. We only check files changed in a given PR, not the whole project On Nov 16, 2023, at 7:47 PM, Nathan Griffiths...
@kokorin This is not aligned with our plans for checkpoint. We believe that it should focus on the validation hooks vs adding all dbt commands since you can do this...
I like the idea but think it it would be good to be able to run against changed files or a specific file path. A project may have hundreds of...
It is a good idea, we just have a lot on our plate and need to prioritize. I dont know many people running this against 776 tables 😱 We can...
yeah, I understand your point, but IMO it is a bad practice to use reserved words as table names. dont want `select * from "select" where "where" = 1` lol...