Daniel Reeves
Daniel Reeves
TLDR: it's missing the subcommands. `celery --help`: ``` Usage: celery [OPTIONS] COMMAND [ARGS]... Celery command entrypoint. Options: -A, --app APPLICATION -b, --broker TEXT --result-backend TEXT --loader TEXT --config TEXT --workdir...
- Add `text_markup: Literal["rich", "markdown", "rst", None]`. - Add optional `rich-click[rst]` support via the `rich-rst` package. https://github.com/wasi-master/rich-rst Very small package, but seems fine, so an optional dependency would work. -...
I don't plan on having this out by 1.8. However, for rich-click 1.9, I want to focus on having a set of default styles for users to choose from. The...
## Description This PR addresses #906 and fixes issues in the Cosmos logging once and for all.\* > \* Actually, there is another issue with logs being polluting with warnings...
### Description We should be able to use this: https://airflow.apache.org/docs/apache-airflow/stable/howto/define-extra-link.html to link to dbt docs from the task instance view in the UI. This will require a few things that...
### Astronomer Cosmos Version Other Astronomer Cosmos version (please specify below) ### If "Other Astronomer Cosmos version" selected, which one? 1.5.0 ### dbt-core version 1.8.0 ### Versions of dbt adapters...
### Description The dbt docs were designed to be presented in a window the size of your monitor or smaller, but the iframe resizing trick means that we use resizing...
Examples:   It seems like it gets stuck after hatch outputs `Syncing dependencies`. I'm not really sure how Hatch works though, so I'm not sure what that would imply.
### Description # Overview The code for the `ProfileConfig` says the following: ```python # should always be set to be explicit profile_name: str target_name: str ``` I don't see why...
This PR is an offshoot of #895. I'm introducing it here as it is something that can be implemented reasonably well in Cosmos 1.x. ## Overview TLDR-- `DbtGraph.load()` actually is...