mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
Add new pipes to Tinybird
So you added a new pipe to Tinybird and want to push that to the server.
tb push lib/tinybird/endpoints/<PIPENAME>.pipe
Danger Zone
Delete a data from datasource
tb datasource delete page_views__v3 --dry-run --sql-condition "viewId='VIEWID' and CAST(pageNumber AS UInt8) = PAGENUMBER" --wait