Jeremy Cohen

Results 250 comments of Jeremy Cohen

**Update:** I realized that this might be very tricky because of the order in which dbt parses each config at run initialization. I think dbt needs to read and locate...

@alexrosenfeld10 I super agree! I was _just_ thinking about this :) Specifically, I want to supplement log output with metadata available from the _environment_, i.e. the tool orchestrating dbt. We...

Relevant code for this: https://github.com/dbt-labs/dbt-core/blob/356263798468d63198bf3b26d45461552d238e27/core/dbt/contracts/util.py#L154-L162 He says, given recent conversations about de-globalizing stateful behavior in `dbt-core`: We really want to load those _once_ per initialization, rather than needing to `os.environ`...

@agoblet Sorry for the delay! I've been away on vacation, and heads down getting ready for Coalesce (this week!). This is definitely on my list to review later in the...

> probably not you sure? :) This would be (I think) pretty simple to do over in the `dbt-docs` codebase. A new selector like [one of these](https://github.com/dbt-labs/dbt-docs/blob/807e2ac9063346c9721c694ecad6a8de9db474de/src/app/services/graph.service.js#L177-L225). Just need to...

@colin-rogers-dbt @dbeatty10 Thanks for all the great discussion in here! I had a chance to chat with Doug earlier today, and hear his perspective on the complexity that he's been...

> Posting the contents of the release file as opposed to a link would be better since the prereleases end up getting squashed down into a final release. On second...

@emmyoop Thanks for the thorough writeup! The fundamental issue in the parsing order that you've identified here feels related to https://github.com/dbt-labs/dbt-core/issues/4000 as well. We instantiate snapshot nodes after parsing the...

Thanks for the quick issue + PR Callum!

@UselessAlias Thanks for opening, you're right! The `debug` task does a lot of `print`ing today, rather than real logging. That's why it shows up the same regardless of `--log-format`, since...