...
Limitation | Fixed in Release |
---|---|
SQL code that is not wrapped in a CREATE… statement. This is common in DBT code used on Redshift | Under investigation |
Create statements that use a CTE (WITH) inside the create statement | Under investigation |
Lineage from subsequent table in a union where select * is used. For example, the table A’s column level lineage is processed however table B’s columns are not. e.g (SELECT * FROM A UNION SELECT * FROM B) | Under investigation |