dinky icon indicating copy to clipboard operation
dinky copied to clipboard

[Feature][Studio] support execute jar by form

Open Pandas886 opened this issue 10 months ago • 2 comments

Search before asking

  • [X] I had searched in the issues and found no similar feature requirement.

Description

目前提交jar任务是需要sql的,但是如果jar的入参比较复杂,比如有单引号和双引号等,会导致execute jar sql解析失败。建议可以用前端表单来提交,更解决云厂商的jar任务管理方式,降低学习成本。 image

Use case

目前1.0.0版本中的execute jar sql是没法正常跑下面用例的 Examples: Find all orders mentioned in the source table, then mark as important if the price is above 100 or delete if the price is under 10.



./flink run \
    /path/to/paimon-flink-action-0.8-SNAPSHOT.jar \
    merge_into \
    --warehouse <warehouse-path> \
    --database <database-name> \
    --table T \
    --source_table S \
    --on "T.id = S.order_id" \
    --merge_actions \
    matched-upsert,matched-delete \
    --matched_upsert_condition "T.price > 100" \
    --matched_upsert_set "mark = 'important'" \
    --matched_delete_condition "T.price < 10" 

Related issues

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

Pandas886 avatar Apr 11 '24 02:04 Pandas886

你可以来实现此功能吗?

Zzm0809 avatar Apr 17 '24 02:04 Zzm0809

Hello @, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply.

你好 @, 这个 issue 30 天内没有活跃,7 天后将关闭,如需回复,可以评论回复。

github-actions[bot] avatar Jun 01 '24 00:06 github-actions[bot]

image 我可以实现,做成这种表单可以不

18216499322 avatar Jul 10 '24 08:07 18216499322

image 我可以实现,做成这种表单可以不

我觉得阔以

gaoyan1998 avatar Jul 10 '24 08:07 gaoyan1998

此需求弊大于利, 不建议实现

Zzm0809 avatar Aug 15 '24 14:08 Zzm0809