Skip to content
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

Closed
zzzhiyu opened this issue Mar 8, 2023 · 10 comments
Closed

createOrUpdateWorkflow does not exist #79

zzzhiyu opened this issue Mar 8, 2023 · 10 comments
Assignees
Labels
bug Something isn't working pri:high priority high

Comments

@zzzhiyu
Copy link

zzzhiyu commented Mar 8, 2023

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)

@zzzhiyu
Copy link
Author

zzzhiyu commented Mar 8, 2023

One parameter is missing, adding this parameter succeeds

@yidigo
Copy link

yidigo commented Mar 14, 2023

which parameter should i add?

@zhongjiajie
Copy link
Member

will take a look, and if true will release the new version ASAP

@zhongjiajie zhongjiajie added the pri:high priority high label Mar 16, 2023
@zhongjiajie zhongjiajie self-assigned this Mar 16, 2023
@zhongjiajie zhongjiajie added the bug Something isn't working label Mar 16, 2023
@zzzhiyu
Copy link
Author

zzzhiyu commented Mar 16, 2023

will take a look, and if true will release the new version ASAP

image

which parameter should i add?

image

@zhongjiajie
Copy link
Member

zhongjiajie commented Mar 23, 2023

@yangzhiyuss @yidigo already fix and release in https://pypi.org/project/apache-dolphinscheduler

@zhongjiajie
Copy link
Member

also fix #78, thanks for your report @yangzhiyuss

@zhongjiajie
Copy link
Member

BTW, your project https://github.com/yangzhiyuss/sync_dolphinscheduler_resource like interesting, do you already use pydolphinscheduler in production?

@zzzhiyu
Copy link
Author

zzzhiyu commented Mar 23, 2023

BTW, your project https://github.com/yangzhiyuss/sync_dolphinscheduler_resource like interesting, do you already use pydolphinscheduler in production?
yes, File uploading and workflow submission have been fully automated through PyDolphinScheduler.

@zhongjiajie
Copy link
Member

BTW, your project https://github.com/yangzhiyuss/sync_dolphinscheduler_resource like interesting, do you already use pydolphinscheduler in production?
yes, File uploading and workflow submission have been fully automated through PyDolphinScheduler.

@yangzhiyuss looking good, do you want to share the usage of pydolphinscheduler?

@zzzhiyu
Copy link
Author

zzzhiyu commented Jun 15, 2023

可以啊,可以做个中文分享

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pri:high priority high
Projects
None yet
Development

No branches or pull requests

3 participants