Benoit Perigaud
Benoit Perigaud
This has been raised a few times but I don't know if/when we will be able to accomodate the partial resource for env var. In the meantime, I wanted to...
Hi! I am getting less involved in the development of the provider as another team is taking over, but I believe that they added this feature in [this PR](https://github.com/dbt-labs/terraform-provider-dbtcloud/pull/401) that...
Can you try using the auto-generated Fusion schema instead? The dbt_project one is here: https://public.cdn.getdbt.com/fs/schemas/fs-schema-dbt-project-v2.0.0-preview.45.json (there is one per version of Fusion)
There is another one for individual/generic YAML files: [public.cdn.getdbt.com/fs/schemas/fs-schema-dbt-yaml-files-v2.0.0-preview.45.json](https://public.cdn.getdbt.com/fs/schemas/fs-schema-dbt-yaml-files-v2.0.0-preview.45.json) But I don't think we have some for packages or selectors.
That's a good idea too! Maybe as [JSONL](https://jsonlines.org/) and not JSON? e.b. each row would be its own JSON Would this work for you?
JSONL would allow streaming the different changes, but after a second thought, it might actually be better to also provide a single JSON object at the end of the run....
The bash completion has much less features than the zsh one. It doesn't provide parameters completion for example. For bash, we are only adding model names, so you would need...
I think we could have some tests in project evaluator about whether some models are unused from a "modelling" perspective (e.g. `staging` models not read by any `int`, or `int`...
Yes, it looks like #465 . Let's discuss about it there. As we suggested on the other issue, it would be useful to see what SQL is being sent. Because...
So the issue with `base_source_columns` is now tracked in #465 and it is getting fixed.