Robert Astel

Results 10 comments of Robert Astel

Given that this feature is totally new to dbt-invoke, we are going to need to add some tests, most likely to the `tests/test_properties.py` file. A few test scenarios that immediately...

Hi @BeadW, sorry my focus was away from dbt-invoke for a bit. Thanks for reporting this interesting issue. In Snowflake, when using quoted identifiers, can you have multiple columns in...

Thanks @HiltonDay for doing some research on this issue! Given your `Text_Case`/`text_case`/`TEXT_CASE` example and the possible collisions that could result from altering the case of identifiers, I'm inclined to leave...

@NUSTemple thanks for your evaluation of the issue! I appreciate your willingness to take it on. Here are some of my initial thoughts: - > 1. Add a flag (--add_data_type)...

> Some dbt projects stick to "one SQL - one YML" convention and other play by "many SQLs - one schema.yml to rule them all" Yes, these seem to be...

I hear you on this. Customizable yaml formatting was something that was briefly mentioned during our initial development work. The dumping to yaml happens [here](https://github.com/Dashlane/dbt-invoke/blob/8328aeebcc0da963dd9e45ca5a32a2b526cf5454/dbt_invoke/internal/_utils.py#L90) with PyYAML's `yaml.safe_dump` function. There...

Thank you for bringing this up. I have taken a look into `dbt-labs/codegen` and there are at least two reasons why `dbt-invoke` does not use calls to `codegen`'s `generate_model_yaml` macro....

Closing due to inactivity. Happy to reopen if there is further input.

I can see a future where that is possible (although I don't have plans to work on this myself in the short term). Happy to collaborate with any potential contributors.

Good catch, thanks for submitting this issue! It would look like: `dbt-invoke properties --models model_a` dbt requires unique model names, so it is the same command whether it is in...