dolphinscheduler
dolphinscheduler copied to clipboard
[DSIP-90][plugin] Introduce new task plugin for Flink materialized table
Purpose of the pull request
Add a new task plugin for refresh flink materialized table.
close https://github.com/apache/dolphinscheduler/issues/17086
Brief change log
Verify this pull request
- Added dolphinscheduler flink materialized table end to end test
Thanks for opening this pull request! Please check out our contributing guidelines. (https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md)
Hi, @ruanwenjun, @SbloodyS can you help review this pr?
Please check the failed CI. @hackergin
Two CI issues:
-
dependency check is failing with
Cannot construct instance of ModifiedCiaType, problem: SAFETY- seems like a tool compatibility issue with new NVD data, not related to my changes. -
Code coverage is below threshold. Not sure if this is required since I noticed other similar tasks don't seem to have corresponding tests either.
@SbloodyS Should I address the coverage issue or is it OK to proceed as-is?
- You can ignore
OWASP Dependentcy Checkfor now.
Code coverage is below threshold. Not sure if this is required since I noticed other similar tasks don't seem to have corresponding tests either.
Yes.
