Heylo peeps! I’m trying to figure it out a way to “pre-filter” a table to do the ingestion as INCREMENTAL.
The tricky part here is that the ingestion key should be a function -> greatest() . I know that this setup won’t work but i’m trying to brainstorm some ideas on how i could solve this without adding an extra column in the prod-db. Is there a way to filter queries in the moment of extraction?