Jacob Frackson

Results 11 comments of Jacob Frackson

Ignore the noise above^^ I've just double checked this and it is still an issue on v1.1.0 and raises the following error: ``` AttributeError: 'str' object has no attribute 'get'...

I can verify that this is still an issue and reproduced on dbt-checkpoint 1.1.0. It is an edge case, however, so I think it's relatively low priority for now.

v1.1.0 has been released recently and v1.1.1 with some small patches should be coming soon. Sorry for the delay!

I'm not able to reproduce this error with a dbt project running on SQLFluff v1.4.5, dbt-snowflake v1.3.0, and dbt-checkpoint v1.1.0. Closing this but please reopen if you are able to...

@culpgrant the check-name-contract should do the trick for this! Try this hook: ``` - id: check-column-name-contract args: [--pattern, "LOAD_TIMESTAMP", --dtype, TIMESTAMP_NTZ] ``` Closing this but feel free to reopen if...

Sorry, I spoke too soon! This hook works both ways for the contract: it will check to make sure that every occurrence of the pattern is enforced as the data...

The larger enhancement request has been added here: #121.

@noel or @BAntonellini : Can you provide some more clarity on why the pre-commit exclude configuration is not an option here? Its availability at multiple levels of the pre-commit-config is...

Thanks for clarifying @BAntonellini . So without a more significant change it wouldn't be possible. That seems fine to me then to merge this as is! Let's merge this and...

Thanks for this issue, @ian-r-rose ! 1. There was no issue for discussing this and was originally worked on by the Montreal Analytics team in the dbt-gloss repo that was...