Skip to content

Commit

Permalink
Revert "dont set platform instances for sources (datahub-project#5028)"
Browse files Browse the repository at this point in the history
This reverts commit e607410.
  • Loading branch information
Piotr Skrydalewicz committed Jun 5, 2022
1 parent 259a63a commit 13f082f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 94 deletions.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/ingestion/source/dbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ def _create_lineage_aspect_for_dbt_node(
node.name,
self.config.target_platform,
self.config.env,
None,
self.config.platform_instance,
)
)
if upstream_urns:
Expand Down
Loading

0 comments on commit 13f082f

Please sign in to comment.