adammarples

Results 3 issues of adammarples

https://github.com/astronomer/astronomer-cosmos/blob/d28d3df7eacac74d0fbb016be70434bcc30c51be/cosmos/dbt/graph.py#L314C17-L314C25 `load_via_custom_parser` hard codes DbtNode.tags attribute to be an empty list ```python for model_name, model in models: config = {item.split(":")[0]: item.split(":")[-1] for item in model.config.config_selectors} node = DbtNode( unique_id=f"{model.type.value}.{self.project.project_name}.{model_name}", resource_type=DbtResourceType(model.type.value),...

bug
parsing:custom
area:config
area:parsing
dbt:parse

## Description Tests such as the relationship test will fail to be selected if we are selecting models with tags and using the manifest loading method. ## Related Issue(s) closes...

parsing:dbt_manifest
area:selector
dbt:test
area:testing
size:M
status:awaiting-author

```python bookmarks = NetscapeBookmarksFile(file).parse() ``` AttributeError: 'NetscapeBookmarksFile' object has no attribute 'parse' And indeed it does not have a parse method https://github.com/FlyingWolFox/Netscape-Bookmarks-File-Parser/blob/dd442165dcb8ecc32e03f1dffe84cb7b983522e9/NetscapeBookmarksFileParser/__init__.py#L143