Skip to content

Commit

Permalink
Merge branch 'snapshot-hard-deletes-joell' of github:joelluijmes/dbt …
Browse files Browse the repository at this point in the history
…into snapshot-hard-deletes-joell
  • Loading branch information
joelluijmes committed Sep 15, 2020
2 parents b49c9ba + abcf120 commit 86fd0bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/rpc/test_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
updated_at='updated_at',
)
}}
select 1 as id, '2019-10-31 23:59:40'::timestamp as updated_at
select 1 as id, cast('2019-10-31 23:59:40' as timestamp) as updated_at
{% endsnapshot %}
'''
Expand Down Expand Up @@ -107,4 +107,3 @@ def test_rpc_snapshot_threads(
querier.cli_args('snapshot --threads=7')
)
assert_has_threads(results, 7)

0 comments on commit 86fd0bc

Please sign in to comment.