We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291787a commit c246d2dCopy full SHA for c246d2d
src/zenml/pipelines/dynamic/pipeline_definition.py
@@ -147,6 +147,13 @@ def __call__(
147
"support dynamic pipelines. "
148
)
149
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
+
157
self.prepare(*args, **kwargs)
158
return self._run()
159
0 commit comments