Skip to content

Commit

Permalink
[version bump]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed B authored and Ed B committed Oct 3, 2024
1 parent 76c39b6 commit 9acfde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions django_flow_forge/pipeline_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def run(self, debug_executor=DebugExecutor(), pipeline_batch_id=None, **kwargs):
self.post_pipeline_graph_to_add_status()
self.db_pipeline_run.save()

# Only set a batch as executed if its complete
if pipeline_batch_id and (all(executor.task_run.status == 'complete' for executor in self.task_executors.values())):
batch = PipelineBatch.objects.get(id=pipeline_batch_id)
executed = batch.temp_data.get('executed_pipelines', [])
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "django-flow-forge"
version = "0.9.0.9"
version = "0.9.1"
description = "Keep Data Ops and Machine Learning Ops (MLOps) simple with this Django module for defining, running and monitoring data work flows."
authors = [{name = "Ed Burmicz", email = "eddyojb@gmail.com"}]
readme = "README.md"
Expand Down

0 comments on commit 9acfde5

Please sign in to comment.