Skip to content

Commit

Permalink
fix: select exposure not working for run-metadata (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
datnguye authored May 8, 2024
1 parent 25b56ad commit ac76446
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 130 deletions.
2 changes: 1 addition & 1 deletion dbterd/adapters/algos/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_tables_from_metadata(data=[], **kwargs) -> List[Table]:
List[Table]: All parsed tables
"""
tables = []
table_exposures = get_node_exposures_from_metadata(data=data)
table_exposures = get_node_exposures_from_metadata(data=data, **kwargs)
# Model
if "model" in kwargs.get("resource_type", []):
for data_item in data:
Expand Down
Loading

0 comments on commit ac76446

Please sign in to comment.