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

Tinybird forward compatibility #2251

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

eclbg
Copy link

@eclbg eclbg commented Apr 2, 2025

Two changes to make the project compatible with Tinybird Forward:

  • Add TYPE endpoint to endpoint pipes. This was the default in Tinybird Classic, and has to be explicit in Tinybird Forward.
  • Add missing columns to MV queries so they match the schema of the target data sources.

I think the second change will be a welcome one, as all columns in the _mv data sources will now be populated from the landing tables, but let me know if the mismatch between the query and the schema was intentional. Both changes will be atomic when applied with tb push -f and will not cause disruptions to existing workspaces with live ingestion and queries.

Copy link

vercel bot commented Apr 2, 2025

@eclbg is attempting to deploy a commit to the Dub Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Apr 2, 2025

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants