Skip to content

Commit

Permalink
Corrige nome da variável de data na tabela dia
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Sep 20, 2023
1 parent 1d9ec16 commit 8db351c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ FROM tabela

-- this filter will only be applied on an incremental run
-- (uses > to include records whose timestamp occurred since the last run of this model)
where data_registro > (select max(data_registro) from {{ this }})
where data_abertura_processo > (select max(data_abertura_processo) from {{ this }})

{% endif %}

0 comments on commit 8db351c

Please sign in to comment.