Emily Rockman
Emily Rockman
I also vote to have the release notes visible on the page. That can be really useful to easily see any breaking (or awaited) changes without having to click through...
Partially. @leahwicz added the changelog generation into `version-bump.yml` [here](https://github.com/dbt-labs/dbt-core/blob/bbf4fc30a56e43734dfc94e43a8cf1d2ef36ec29/.github/workflows/version-bump.yml#L77-L88). But we are not automatically posting release notes yet.
@leahwicz Do you know of a way to control flow of actions that are not dependent on each other? Can we say "Run workflow 5 last"? Basically, the `does a...
@iknox-fa - yes! My question was not meant to be blocking. Nothing wrong with this PR, it just annoys me that every dependabot PR posts the "There's no changelog..." comment.
This really comes down to the order we have to process the files. "Fixing" this really means reworking parsing order, possibly saving files to parse over again? Not sure if...
Can also remove the method in this [test](https://github.com/dbt-labs/dbt-core/blob/49ecd6a6a45c209857e23171f4c70d1c16a74304/tests/functional/profiles/test_profile_dir.py#L88-L94) and use `run_dbt_and_capture` instead.
When a metric is deleted, need to schedule anything that refers to it to be reparsed. This happens in multiple places in the code. This would apply to any node...
@cla-bot check
@timle2 thanks for opening up the PR with your new username! I've double checked and you did indeed sign the CLA. We have your username listed in the correct format....
> `Can you think of a reason it would be worth retrying the download if the file is not a valid tarfile?` No I think straight failure without retry makes...