Good morning! I have a similar case:I have an external table to which I apply a row filter, in our data flow the first step is to check if the table actually exists and otherwise create it at a said location.So the SQL statement will be like: create...
Hi, did ever find out or got a resolution on the row_filter and external table throwing an error. We have a similar case:the table is external and row filter is applied, we have a statement to create the table if not exists with the location. It will...