Skip to content

Commit

Permalink
No op
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574378578
  • Loading branch information
lego0901 authored and tfx-copybara committed Oct 18, 2023
1 parent a8f7a4e commit 1587a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tfx/orchestration/portable/outputs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,12 @@ def generate_output_artifacts(

def get_executor_output_uri(node_dir, execution_id: int) -> str:
"""Generates executor output uri given execution_id."""
# LINT.IfChange(execution_output_uri)
execution_dir = os.path.join(node_dir, _SYSTEM, _EXECUTOR_EXECUTION,
str(execution_id))
fileio.makedirs(execution_dir)
return os.path.join(execution_dir, _EXECUTOR_OUTPUT_FILE)
# LINT.ThenChange(<Internal source code for executor_output_uri>)


def get_stateful_working_directory(node_dir: str,
Expand Down

0 comments on commit 1587a4d

Please sign in to comment.