Daniel Reeves
Daniel Reeves
Discussion here: https://github.com/astronomer/astronomer-cosmos/pull/737#issuecomment-1964349542 Better to get this done now before 1.4 ships than after, I think. tldr: The main worry I have is that the API for supporting multiple projects'...
Right now it is impossible to pass a `Param()` into a `DbtDag()` or `DbtTaskGroup()` that selects and de-selects models. The reason why is pretty obvious when you think about it:...
The docs currently contain: ~~~markdown Users on macOS can install `rich-click` via [MacPorts](https://ports.macports.org/port/py-rich-click/). ```bash sudo port install py-rich-click ``` ~~~ Going to the page, it's on 1.6.1, meaning the MacPorts...
2.0 will likely be what comes after 1.9. Objective for 2.0 is to release in mid 2025. That's a very, very long time away! **This is a living document.** Nothing...
I will be taking a 2 month hiatus from this project (other than bugfixes) after 1.8 releases. I will then work on refactoring unit-tests, and hope to have that done...
https://tophat.github.io/syrupy/ https://github.com/joseph-roitman/pytest-snapshot
Tentative and subject to change. --- First, most importantly, devops: - code freeze. No feature changes until everything else here is changed. - switch to ruff for all linting -...
This is already included in #161, but it is not being formally unit-tested. The current unit-tests do not distinguish between stderr and stdout. This relates to #164. This _may_ be...
## Overview I think the option and command group API is a little clunky and could be easier to use. The API was designed with the global config in mind....