When a table definition contains a process table function (PTF) in the FROM clause, it does not get correctly analyzed and the tables that the PTF references are not extracted as sources. This causes subtrees in the DAG to be missing.
Solution: List all tables referenced by the PTF as sources in the logical rel node analysis.
When a table definition contains a process table function (PTF) in the FROM clause, it does not get correctly analyzed and the tables that the PTF references are not extracted as sources. This causes subtrees in the DAG to be missing.
Solution: List all tables referenced by the PTF as sources in the logical rel node analysis.