Skip to content

Commit

Permalink
Update pipes dependencies (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Valerii Mironchenko <[email protected]>
  • Loading branch information
ValeriyWorld and Valerii Mironchenko authored May 30, 2024
1 parent bf5eb89 commit d63c62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oddrn_generator/path_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def _dependencies_map_factory(cls):
"views": ("databases", "schemas", "views"),
"tables_columns": ("databases", "schemas", "tables", "tables_columns"),
"views_columns": ("databases", "schemas", "views", "views_columns"),
"pipes": ("pipes",),
"pipes": ("databases", "schemas", "pipes"),
"relationships": ("databases", "schemas", "tables", "relationships"),
}

Expand Down

0 comments on commit d63c62f

Please sign in to comment.