You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason of this bug is that JobInstanceServiceImpl.getLineage uses the default executor config to build a executor, whose variables field is null. In this case, variables cannot be parsed correctly.
Query enabled variables from database and Initialize a new config object with them can solve this problem.
Search before asking
What happened
sql lineage error when we use global variable.
What you expected to happen
sql lineage work well
How to reproduce
Anything else
image: /dinky-standalone-server:1.2.0-flink1.20
Version
1.2.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: