-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve
dbt ls
parsing resilience to missing tags/config (#859)
An Astronomer customer reported an issue when using `LoadMode.DBT_LS` and Cosmos raising the error: ``` E KeyError: 'tags' cosmos/dbt/graph.py:113: KeyError ``` While parsing the DAG in Airflow. It is unclear which of the thousand nodes in their project had this behaviour, but it feels like a good idea to make Cosmos more resilient to this use case regardless.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters