Back to Ghost

Append Data

.agents/skills/tinybird-cli-guidelines/rules/append-data.md

6.62.0736 B
Original Source

Append Data

Tinybird CLI supports three ways to append data to an existing datasource: local file, remote URL, or events payload.

CLI: tb datasource append

tb datasource append [datasource_name] --file /path/to/local/file
tb datasource append [datasource_name] --url https://example.com/data.csv
tb datasource append [datasource_name] --events '{"a":"b", "c":"d"}'

Notes:

You can also send POST request to v0/events (streaming) and v0/datasources (batch) endpoints.