Skip to content

Commit

Permalink
create_dags
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscardillo committed Aug 29, 2022
1 parent c25c41b commit b81e4f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gusty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ def create_dag(
[setup.create_leaf_tasks(level) for level in setup.levels]
[setup.create_root_dependencies(level) for level in setup.levels]
return setup.return_dag()

from gusty.multi import create_dags
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="gusty",
version="0.11.3",
version="0.12.0",
author="Chris Cardillo, Michael Chow, David Robinson",
author_email="cfcardillo23@gmail.com",
description="Making DAG construction easier",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_create_dags.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from gusty.experimental import create_dags
from gusty import create_dags

##############
## FIXTURES ##
Expand Down

0 comments on commit b81e4f8

Please sign in to comment.