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
Perhaps there is an issue with the Regex pattern used?
publicstaticfinalStringID_DELIM = ":"; // line 34Patternp = Pattern.compile("(?:" + ID_DELIM + "(?!//|\\d+))"); // line 182// means the pattern is equal to:Patternp = Pattern.compile("(?::(?!//|\\d+))");
With an event similar to the attached scheme 3 namespaces are created. 2 of these are Dataset namespaces and 1 is a job namespace.
When trying to access one of these datasets a 404 is encountered
URL: http://localhost:3000/api/v1/lineage/?nodeId=dataset:jdbc%3Ah2%3Amem%3Asql_tests_like:HBMOFA.ORDDETP
A partial stack trace from the docker process looks as follows:
Note that the original OpenLineage POST request succeeds.
The text was updated successfully, but these errors were encountered: