Pankaj Koti
Pankaj Koti
Description co-authored by @tatiana @pankajastro As of Cosmos 1.5, we are using dbt core to run transformations in the database. In other words, the Airflow worker node is being blocked...
Description co-authored by @tatiana @pankajastro Since Cosmos 1.1, it creates Airflow inlets and outlets for every dbt model/seed/snapshot task, which allows end-users to leverage [Airflow Data-aware scheduling](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/datasets.html). In the past,...
Would be nice to see if we can implement separating out a job in the CI that runs integration test on the latest combination of versions so that we can...
### Description PR #1014 optimises the performance (in terms of speed) of `LoadMode.DBT_LS` by caching the dbt ls output as an Airflow Variable. However, with time when DAGs change or...
Description co-authored by @tatiana @pankajastro The goal with this Epic is to allow us to track how is the DAG Factory adoption by Astro customers, if possible at a DAG...
Description co-authored by @tatiana @pankajastro Scope: - [ ] https://github.com/astronomer/dag-factory/issues/199 - [ ] https://github.com/astronomer/dag-factory/issues/198 - [x] https://github.com/astronomer/dag-factory/issues/196 - [x] https://github.com/astronomer/dag-factory/issues/197 - [x] #230
### 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...
Currently, we have the following ExecutionMode Enums ``` LOCAL = "local" DOCKER = "docker" KUBERNETES = "kubernetes" AWS_EKS = "aws_eks" VIRTUALENV = "virtualenv" AZURE_CONTAINER_INSTANCE = "azure_container_instance" ``` It would be...
### Description Similar to PR https://github.com/astronomer/astronomer-cosmos/pull/1147 that allows remote store caching for dbt ls output, enable/support caching remotely the profiles file ### Are you willing to submit a PR? -...