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

[Bug] [Module Name] why the executeSql method in the Api controller was removed in version 1.0.0 ? #3300

Closed
2 of 3 tasks
qunincey opened this issue Mar 18, 2024 · 5 comments
Closed
2 of 3 tasks
Labels
Invalid Invalid

Comments

@qunincey
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

Can you tell me why the executeSql method in the Api controller was removed in version 1.0.0. I have always used dinky as the base setup for data synchronization, using executeSql to complete the interaction between the original big data service and dinky. I generate the corresponding sql in advance and submit it to dinky via api, if there is a better way to integrate with dinky, please let me know!

What you expected to happen

none

How to reproduce

none

Anything else

none

Version

1.0.0

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@qunincey qunincey added Bug Something isn't working Waiting for reply Waiting for reply labels Mar 18, 2024
@Zzm0809
Copy link
Contributor

Zzm0809 commented Mar 18, 2024

现在只支持调用/执行 dinky 中定义的任务

@Zzm0809 Zzm0809 added Discussing The problem is being discussed Invalid Invalid and removed Bug Something isn't working Waiting for reply Waiting for reply Discussing The problem is being discussed labels Mar 18, 2024
@qunincey
Copy link
Author

现在只支持调用/执行 dinky 中定义的任务

能说一下这样做的目的是什么吗?后续有增加接口的计划吗

@Zzm0809
Copy link
Contributor

Zzm0809 commented Mar 19, 2024

现在只支持调用/执行 dinky 中定义的任务

能说一下这样做的目的是什么吗?后续有增加接口的计划吗

增加接口的前提同样是针对在 dinky平台内定义的任务

@Pandas886
Copy link
Contributor

现在只支持调用/执行 dinky 中定义的任务

能说一下这样做的目的是什么吗?后续有增加接口的计划吗

是否可以将sql通过接口创建dinky的任务,然后再调用执行

@qunincey
Copy link
Author

现在只支持调用/执行 dinky 中定义的任务

能说一下这样做的目的是什么吗?后续有增加接口的计划吗

是否可以将sql通过接口创建dinky的任务,然后再调用执行

估计是不再支持了,之后只能基于dinky做二开了或者就是自己加一个接口了,而不能单纯当成一个中间件来用了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invalid Invalid
Projects
None yet
Development

No branches or pull requests

3 participants