Skip to content

Commit

Permalink
moar logs
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 11, 2025
1 parent b35779a commit c9ffc19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metaflow/client/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,7 @@ def _get_related_tasks(self, relation_type: str) -> Dict[str, List[str]]:
if not steps:
return {}

print("-"*50)
print(f"Getting related tasks for {relation_type} for path {self.path_components} and query steps is {steps}")

field_name, field_value = self._get_metadata_query_vals(
Expand Down

0 comments on commit c9ffc19

Please sign in to comment.