Error: DEFAULT value is not allowed when jsonpath is set
when running Dub.co's pipe
#1623
Labels
bug
Something isn't working
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
The text was updated successfully, but these errors were encountered: