Daniel Reeves

Results 50 issues of 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...

testing

- 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...

help wanted
WIP

## 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...

area:logging
size:L

### 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...

area:docs
dbt:docs
stale
triage-needed

### 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...

bug
execution:local
area:parsing
dbt:run
triage-needed

### 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...

enhancement
area:docs
dbt:docs
triage-needed

Examples: ![image](https://github.com/astronomer/astronomer-cosmos/assets/31971762/10a7efc2-76aa-4a87-a40a-5303cdcb5a4b) ![image](https://github.com/astronomer/astronomer-cosmos/assets/31971762/2ddaf9c1-beec-4e73-9133-f26ea8aa94b7) 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.

area:performance

### 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...

enhancement
area:profile
triage-needed

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...

parsing:dbt_ls
parsing:dbt_manifest
parsing:custom
area:parsing
stale