Skip to content

Commit

Permalink
Merge branch 'main' of github.com:zenml-io/zenml into main
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Dec 5, 2021
2 parents 3024127 + 2cbcbec commit cc96b8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

logger = get_logger(__name__)

# TODO [MEDIUM]: This integration is working but not really doing much. We
# TODO [ENG-220]: This integration is working but not really doing much. We
# should use graphviz to show the pipeline perhaps (not the run).


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

logger = get_logger(__name__)

# TODO [MEDIUM]: This integration is working but not really doing much. We
# TODO [ENG-221]: This integration is working but not really doing much. We
# should use plotly in more useful ways.


Expand Down
2 changes: 1 addition & 1 deletion src/zenml/metadata/base_metadata_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _get_step_view_from_execution(
if not k.startswith(INTERNAL_EXECUTION_PARAMETER_PREFIX)
}

# TODO [MEDIUM]: This is a lot of querying to the metadata store. We
# TODO [ENG-222]: This is a lot of querying to the metadata store. We
# should refactor and make it nicer. Probably it makes more sense
# to first get `executions_ids_for_current_run` and then filter on
# `event.execution_id in execution_ids_for_current_run`.
Expand Down

0 comments on commit cc96b8b

Please sign in to comment.