Hi guys, we are trying to set cron_schedule_timezo...
# ask-community
y
Hi guys, we are trying to set cron_schedule_timezone for our dbt models, but it is still showing UTC in our dbt model asset: Can you guys help? Thx!
c
Hm I think this is the result of a separate setting. Filed an issue: https://github.com/dagster-io/dagster/issues/12867
y
Hi @chris, for me, the issue only happened for dbt assets, other assets are totally fine.
c
ack - will update issue
y
Thx
Hi @chris, does that mean the setting for dbt is working, it is just not showing correctly on front end?
c
To be honest - not sure which. Waiting for folks on the team who have more experience with the dbt side of things to chime in
y
Sounds good
Hi @chris, just want to follow up to see if there is any update here. Thx
o
Hi @Yuan Cheng! Sorry you ran into this, it was an issue in the code that converts dbt config to FreshnessPolicies (so it was not just a UI issue). It's a simple fix, and will go out in next week's release. If you're interested in resolving this faster, it is possible to pass in a custom
node_info_to_freshness_policy_fn
parameter to your
load_assets_from_dbt...(...)
call. In this case, you could just copy the code from this PR: https://github.com/dagster-io/dagster/pull/12904 🙂 Otherwise, next week's release will have the fix enabled.
y
Hi @owen, thanks a lot!