-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createOrUpdateWorkflow does not exist #79
Comments
One parameter is missing, adding this parameter succeeds |
which parameter should i add? |
will take a look, and if true will release the new version ASAP |
@yangzhiyuss @yidigo already fix and release in https://pypi.org/project/apache-dolphinscheduler |
also fix #78, thanks for your report @yangzhiyuss |
BTW, your project https://github.com/yangzhiyuss/sync_dolphinscheduler_resource like interesting, do you already use pydolphinscheduler in production? |
|
@yangzhiyuss looking good, do you want to share the usage of pydolphinscheduler? |
可以啊,可以做个中文分享 |
dolphinscheduler version: 3.1.4
pydolphinscheduler version: 4.0.1
problem:
py4j.protocol.Py4JError: An error occurred while calling t.createOrUpdateWorkflow. Trace:
py4j.Py4JException: Method createOrUpdateWorkflow([class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.Integer, class java.lang.Integer, class java.lang.String, class java.lang.Integer, class java.lang.String, class java.lang.String, null, class java.lang.String]) does not exist
at py4j.reflection.ReflectionEngine.getMethod(ReflectionEngine.java:318)
at py4j.reflection.ReflectionEngine.getMethod(ReflectionEngine.java:326)
at py4j.Gateway.invoke(Gateway.java:274)
at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
at py4j.commands.CallCommand.execute(CallCommand.java:79)
at py4j.GatewayConnection.run(GatewayConnection.java:238)
at java.base/java.lang.Thread.run(Thread.java:834)
The text was updated successfully, but these errors were encountered: