astronomer-cosmos
astronomer-cosmos copied to clipboard
Run your dbt Core projects as Apache Airflow DAGs and Task Groups with a few lines of code
We're changing the credentials for the Databricks cluster used to validate dbt Python models, and I noticed there were a few unnecessary credentials set in the CI. This PR aims...
We can explore either - https://github.com/actions/stale - https://github.com/apps/boring-cyborg Mark the PR/Issue as stale, and eventually close it if there is no activity for a certain period of time
Cosmos in AthenaAccessKeyProfileMapping always tries to use a session token, even when it is not provided by the Airflow connection **Context** * astronomer-cosmos= "1.3.2" * dbt-core = "1.7.14" * dbt-athena-community...
**Context** While using Airflow connections via Cosmos’ profile mappings we are seeing sensitive information being dumped into airflow logs. When run_command is executed, ensure_profile() of ProfileConfig is called and the...
Reported in [#airflow-astronomer](https://apache-airflow.slack.com/archives/C03T0AVNA6A) on 15 May 2024 by Jason T at: https://apache-airflow.slack.com/archives/C03T0AVNA6A/p1715795666218829 Details: After upgrading to Cosmos v1.4, I've been getting the follow error intermittently on some tasks. Rerunning the...
A user has email alerts set up, and the exception that gets raised when tests fail is not very helpful as it all appears in one line. We should ensure...
**Context** At the moment, we have: * Python [3.8 - 3.11] x Airflow [2.3 - 2.9] And we want to introduce dbt to the test matrix. This would increase significantly...
## Description We are using MWAA in combination with EKS so that all our dags in airflow are running in our EKS. We would like to use the same setup...
his commit refines the logic for handling the `dbt_packages` directory during the symlink creation process in `create_symlinks` function. Previously, the decision to ignore `dbt_packages` was solely based on the `ignore_dbt_packages`...
- **Improve CI performance:** Currently, our CI process takes approximately 1 hour and 20 minutes, with 90% of that time spent on dependency resolution. I believe that using a constraints.txt...