Skip to content

Commit

Permalink
return dbt alias handle
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoTrabach committed Oct 5, 2023
1 parent 2497446 commit d687635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/utils/execute_dbt_model/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def run_dbt_model(

if table_id:
if dbt_alias:
table_id = f"{dataset_id}__{table_id}"
table_id = f"{dataset_id}.{dataset_id}__{table_id}"
else:
table_id = f"{dataset_id}.{table_id}"
else:
Expand Down

0 comments on commit d687635

Please sign in to comment.