1,935 questions
in dlt pipeline , after dlt.except_all("rules") , the dlt.table can not filter the column("_dlt_valid")
dgeorgewnxu
0
Reputation points
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
Sign in to answer