Closed RoyalTS closed 2 years ago
Hi, Thanks for this report, are you on Snowflake?
Yes, sorry, just added 😃
On Thu, Mar 10, 2022, 2:48 PM Alex Higgs @.***> wrote:
Hi, Thanks for this report, are you on Snowflake?
— Reply to this email directly, view it on GitHub https://github.com/Datavault-UK/dbtvault/issues/108#issuecomment-1064142568, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFLQ5C2AG3W6AZRW43CAC3U7IDU7ANCNFSM5QM3H32A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Investigating now. Looks like our end. Will keep you updated!
That fix seems to be doing the trick (just tested locally). You going to cut another release from this soon?
That fix seems to be doing the trick (just tested locally). You going to cut another release from this soon?
Yes, just running it through our test suite and we'll bundle it into the next release (0.8.2) which will be out in the next few days.
Thanks for this report!
@RoyalTS Just a minor point as well, your config
has end_date
which is incorrect, it must be stop_date
(docs). If no end_date
is provided, this will cause dbtvault to iterate until the current date, so this could be problematic if your date is very far in the past or if you do not want to load until the current date!
Fixed in 0.8.2, thanks for the report :)
Describe the bug Finding it hard to put a reproducible example together for this but perhaps (a) I'm just doing something wrong or (b) you can already tell what's from from the below.
I have a model that looks like this:
On
dbt run
against a Snowflake DB I get(side note: what tripped me up the first time around is that the
timestamp_field
argument is case sensitive because it gets quoted in the resulting SQL)Versions
dbt: 1.0.3 dbtvault: 0.8.1