Emily Rockman
Emily Rockman
Concerns: - This may have backwards compatibility issues. - This may also have implications in `dbt-docs`. Should not be that hard since we don't access docs in many places. Updating...
The hardcoded list of the Core Group members is in [`.changie.yml`](https://github.com/dbt-labs/dbt-core/blob/main/.changie.yaml). There is also an instance of the same file in the snowflake repo [here](https://github.com/dbt-labs/dbt-snowflake/blob/main/.changie.yaml) that will need to be...
https://github.com/miniscruff/changie/issues/372 would provide a way to do this.
The changes have been made to changie ([PR](https://github.com/miniscruff/changie/pull/386)) to use env vars v1.10.0. It should be possible now to implement this.
Background: changie requires you have an issue number associated with your change. If you delete the issue number from the yaml file it gets converted into an ugly ``` ([#](https://github.com/dbt-labs/dbt-core/issues/)...
This can probably be accomplished with an enum that defines all the categories. Without verifying the syntax I think something like this would work: ```proto enum ExceptionCause { { PARSING...
One of the unknowns here is exactly what would be useful to consumers to get logged. We likely don't want to log _all_ exceptions, just specific ones. Is it best...
updating pin in #9948
Relates to #10030
Hit this again on 1.3 and 1.4 today