We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e94f8 commit 82975efCopy full SHA for 82975ef
1 file changed
openhexa/sdk/__init__.py
@@ -2,6 +2,7 @@
2
3
from .datasets import Dataset
4
from .pipelines import current_run, parameter, pipeline
5
+from .pipelines.parameter import DHIS2Widget
6
from .workspaces import workspace
7
from .workspaces.connection import (
8
CustomConnection,
@@ -18,6 +19,7 @@
18
19
"parameter",
20
"current_run",
21
"DHIS2Connection",
22
+ "DHIS2Widget",
23
"IASOConnection",
24
"PostgreSQLConnection",
25
"GCSConnection",
0 commit comments