Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tb push error while setting up tinybird database #894

Closed
alex-guoba opened this issue May 14, 2024 · 2 comments
Closed

tb push error while setting up tinybird database #894

alex-guoba opened this issue May 14, 2024 · 2 comments

Comments

@alex-guoba
Copy link

error message while execute tb push.

** 'dub_click_events' created
** Running 'dub_links_metadata'
** 'dub_links_metadata' created
** Running 'dub_click_events_pipe'
Error:
** Failed running ./pipes/dub_click_events_pipe.pipe:
** Invalid results, read description below to fix the error:
** Failed pushing pipe dub_click_events_pipe__checker: [Error] Missing columns: 'ip' 'qr' while processing query: 'SELECT timestamp, click_id, link_id, url, country, city, device, browser, os, referer, qr, ip FROM utopian.dub_click_events AS dub_click_events', required columns: 'click_id' 'link_id' 'timestamp' 'os' 'country' 'url' 'browser' 'city' 'qr' 'ip' 'referer' 'device', maybe you meant: 'click_id', 'link_id', 'timestamp', 'os', 'country', 'url', 'browser', 'city', 'referer' or 'device'. (UNKNOWN_IDENTIFIER)

it seems 'ip' 'qr' field not decleared in datasource dub_click_events.datasource.

Copy link

linear bot commented May 14, 2024

@steven-tey
Copy link
Collaborator

Should be fixed now! sorry for the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants