Skip to content

Commit

Permalink
Update 4_incremental-models.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guenp authored Sep 22, 2024
1 parent e2d0b1f commit ea7acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4_incremental-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Then we can use that list in sql query.

```sql
select *
from read_csv(getvariable(my_list), filename = true) as model
from read_csv(getvariable('my_list'), filename = true) as model
{% if is_incremental() %}
where model.filename
not in (select distinct filename
Expand Down

0 comments on commit ea7acae

Please sign in to comment.