Open unrenamed opened 1 month ago
/award 150
Awarding unrenamed: 150 points 🕹️ Well done! Check out your new contribution on oss.gg/unrenamed
I got the same issue and resolved it by upgrade tinybird-cli: pip install tinybird-cli==5.13.0
@nhannv good catch! It's resolved on my end too—the old CLI version was way outdated.
Should we update the Dub Docs? For contributors who haven't run the app recently, pip install tinybird-cli
won’t upgrade an existing install. The docs could clarify whether to install the latest version, how to upgrade, or the minimum supported version for schemas. Thoughts, @steven-tey?
Issue Summary
While following the guide to run Dub.co’s codebase locally, I encountered an error when executing
tb push
. The error message indicates that when you specify a column with a jsonpath attribute, you cannot also provide a DEFAULT value for that column.The error is caused by 4 files:
dub_lead_events.datasource
dub_links_metadata.datasource
dub_sale_events.datasource
dub_webhook_events.datasource
Steps to Reproduce
tb push
, wait for the command to fail and observe the error message like on the screenshot below.Expected behavior
The command should execute successfully, creating the essential data sources without errors.
Screenshots
Version info