Skip to content

Commit c246d2d

Browse files
committed
Experimental warning
1 parent 291787a commit c246d2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/zenml/pipelines/dynamic/pipeline_definition.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ def __call__(
147147
"support dynamic pipelines. "
148148
)
149149

150+
logger.warning(
151+
"Dynamic pipelines are currently an experimental stage. There "
152+
"might be missing features, bugs and the interface is subject to "
153+
"change. If you encounter any issues or have feedback, please "
154+
"let us know at https://github.com/zenml-io/zenml/issues."
155+
)
156+
150157
self.prepare(*args, **kwargs)
151158
return self._run()
152159

0 commit comments

Comments
 (0)