You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
09:23:02 Encountered an error:
Runtime Error
Database Error in model depin_revenue (models/_sector/depin/depin_revenue.sql)
failed to execute: HTTPConnectionPool(host='trino', port=1234): Max retries exceeded with url: /v1/statement (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd5d60afe80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
When running dbt compile.
I believe this is due the use of dbt_utils.union_relations here:
I'm getting
When running
dbt compile
.I believe this is due the use of
dbt_utils.union_relations
here:spellbook/models/_sector/depin/depin_revenue.sql
Lines 9 to 13 in d2efb1f
which might require a database connection to work? 🤔
Are we able to rewrite this with a 'vanilla' union loop?
cc: @0xnirmal @Hosuke @jeff-dude
The text was updated successfully, but these errors were encountered: