Doug Beatty
Doug Beatty
Hey @kentkr! We haven't yet had a chance to assess https://github.com/dbt-labs/dbt-core/issues/10485 to determine if we'd want to do it or not. It's going to take a close examination because it...
Thanks for reaching out @dschneiderch ! I see what you are saying about `var("something", none)` and `env_var("something", none)` behaving differently when the relevant (environment) variable is undefined and how that...
Thank you for that context -- helpful 🧠> @dbeatty10 do you have an inkling as to why this behavior might be intentional? I don't know why it was intentional!...
Thanks for reporting this @jan-benisek ! This looks to me to have the same underlying root cause as https://github.com/dbt-labs/dbt-adapters/issues/284. More detail here: https://github.com/dbt-labs/dbt-adapters/issues/284#issuecomment-2307164771
I removed the `stale` label to keep this issue open.
Thanks for reaching out @abrown-calix ! Could you double-check that the `DBT_DEFER` and `DBT_STATE` environment variables are available in their Windows terminal? The precise instructions to check those environment variables...
Could you try a few other things and see if any of them work for the Windows users? - `DBT_DEFER=1` instead of `DBT_DEFER=true` - Python 3.10 or Python 3.11 instead...
@ybryzTE Could you share more details about the solution you used? e.g., which editor you are using, how to changed the line breaks, which files it affected, etc? Were you...
@abrown-calix do you think the situation mentioned in https://github.com/dbt-labs/dbt-core/issues/10574#issuecomment-2436314486 could explain what you are seeing? I got my hands on a Windows machine to try this hands-on. But I wasn't...
Failing two tests related to ensuring [partial parsing](https://docs.getdbt.com/reference/parsing#partial-parsing) still works after renaming the root directory of a dbt project: ``` FAILED tests/functional/partial_parsing/test_partial_parsing.py::TestPortablePartialParsing::test_pp_renamed_project_dir_unchanged_project_contents FAILED tests/functional/partial_parsing/test_partial_parsing.py::TestPortablePartialParsing::test_pp_renamed_project_dir_changed_project_contents ``` Source code: - [`test_pp_renamed_project_dir_unchanged_project_contents`](https://github.com/dbt-labs/dbt-core/blob/3c558062033e8fde33cbf9f923886edc2842d346/tests/functional/partial_parsing/test_partial_parsing.py#L843) -...