Skip to content

Commit

Permalink
Add the task to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Wu committed Jun 20, 2024
1 parent 38df604 commit 4de4004
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecoscope_workflows/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
from . import io as io
from . import preprocessing as preprocessing
from . import results as results
from . import transformation as transformation
5 changes: 5 additions & 0 deletions ecoscope_workflows/tasks/transformation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from ._column_mapping import map_columns

__all__ = [
"map_columns",
]

0 comments on commit 4de4004

Please sign in to comment.