Daniel Reeves
Daniel Reeves
resolves #745 ### Problem TLDR: lazy-loading `agate` speeds up the load time of dbt by about 3.5%. Most instances of `agate` are unnecessary as dbt only uses it in a...
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...
resolves #953 ### Problem TLDR: lazy-loading `agate` speeds up the load time of dbt by about 3.5%. Most instances of `agate` are unnecessary as dbt only uses it in a...
## Overview This issue should be seen as a higher-level, more general offshoot of #870. Basically, as the need to upload more files to cloud storage increases, the patterns around...
Our CICD uses a different config than what Cosmos does, and the difference in the profile is close to unavoidable, which makes it so partial parsing doesn't actually work: ```...
It should be possible to do something like this but with Cosmos's DbtOperators: ```shell set -e dbt run --target blue dbt test --target blue cp target/manifest.json build-artifacts/manifest.json dbt clone --target...
# TLDR Sorry, this is long!!!! But there is a lot to cover. This is a massive proposal to reorganize massive chunks of Cosmos. Here's a TLDR: - The "middle...
In Cosmos 1.4, the "build" operator was added. This is not currently being used in the DbtTaskGroup / DbtDag API. But there is one use case that can be supported:...
Not sure what's going on but after switching to 1.4.0a, my seeds stopped working. ``` [2024-03-05, 00:47:29 UTC] {log.py:232} WARNING - [[34m2024-03-05T00:47:29.333+0000[0m] {[34msubprocess.py:[0m94} INFO[0m - [35m(astronomer-cosmos)[0m - [Errno 2] No...
## Context A common pattern is-- I will deploy a code change, and I will want to either do a full refresh on an existing model, or run a new...