in dlt pipeline , after dlt.except_all("rules") , the dlt.table can not filter the column("_dlt_valid")

dgeorgewnxu 0 Reputation points
2025-06-26T07:17:55.77+00:00

in my DLT pipeline , I want load the bronze table data into silver table after validation , other non-valid data load into reject table . in silver silver use the function dlt.except_all("rules") , but in silver layer part , the pipeline can not filter the column "_dlt_valid" (the column "_dlt_valid" should be create by function except_all) .

Developer technologies | Windows Forms
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.