From a6a73bd900aef38db5b64d4bdd0140bdc12f8fbc Mon Sep 17 00:00:00 2001 From: ThiagoTrabach Date: Thu, 20 Feb 2025 09:43:44 -0300 Subject: [PATCH] fix: uncomment sistema_origem filter in estoque position model --- models/marts/dit/estoque/mart_estoque__posicao_atual.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/marts/dit/estoque/mart_estoque__posicao_atual.sql b/models/marts/dit/estoque/mart_estoque__posicao_atual.sql index 7b39e3d4..b07b7533 100644 --- a/models/marts/dit/estoque/mart_estoque__posicao_atual.sql +++ b/models/marts/dit/estoque/mart_estoque__posicao_atual.sql @@ -229,4 +229,4 @@ with select * from final --- where sistema_origem <> "vitai" -- retirado por falta de dados +where sistema_origem <> "vitai" -- retirado por falta de dados