Daniel Reeves

Results 106 comments of Daniel Reeves

So what's going on with the status of this PR is: I swapped the `logger.info()` for `self.log.info()` (same for `error`, `warning` etc.) inside the operators. It's failing due to coverage...

Thanks @sfc-gh-tmathew! Do you have any thoughts on the additional dependency restrictions I mentioned may be too strict, specifically PyYaml and Jinja2?

Ok. My 2 cents, I think it is not generally an issue for stable and mature projects to keep dependencies unpinned, or at most pinned to latest major version. Doubly...

@ghjklw A few notes: # Fixes ### Quick hacky fix to get what you want > This means that what I'm trying to do could be achieved by setting `DBT_TARGET_PATH=/cache/dbt/target`...

1.10 format idea: use `slim` as base + some additional tweaks, and this box: ```python LEFT_SIDEBAR: Box = Box( "│ \n" "│ \n" "│ \n" "│ \n" "│ \n" "│...

We merged #1013, which does speed things up, although this does not really address the core issue. CI is still taking 20+ minutes to run Airflow 2.7. The issue is...

Setting this as a 1.6 milestone. I played around with this and, well, there are a lot of extra complications in making this work aside from just multiple dbt projects....

Thanks for the writeup. We'll look into this for the next minor release. Note though that this might take a while to get to. We will most likely need to...

A few questions: - Is it possible to inject the `dag_id` and `task_group_id` into the metric names, when appropriate? - DbtDags don't create task groups right? In that case it...

Really important question: Does this error occur in task execution or in DAG parsing/rendering? I.e. is the error message on the homepage of Airflow and causes the DAG to not...