Pankaj Koti

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

area:performance
Q3

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

epic
Q3

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

area:testing
area:ci

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

enhancement
area:performance
parsing:dbt_ls
area:config
triage-needed

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

epic
Q3

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

Q3

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

enhancement
help_wanted

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

area:execution
breaking-change

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

enhancement
area:profile
triage-needed