apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Feature] show sql history in application detail tab #2401

Closed zhoulii closed 1 year ago

zhoulii commented 1 year ago

Search before asking

Description

StreamPark saves the history of sql and config for one application, in configuration tab, we can see the history of all the configuration details, and we can also delete a specific config or compare two configs.

image

But for sql, the detail tab only show the effective sql content.

image

I propose to support these features that configuration tab owned for sql through two steps :

  1. provide list api (get by page) and delete api in FlinkSqlController
  2. modify the front refer to the design of the configuration tab.

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

wolfboys commented 1 year ago

great proposal