This new version contains:
-
You can now customize the timeout when doing appends to TInybird with the environment variable
TINYBIRD_TIMEOUT
( by default 2) -
You can also customize which wait strategy to use when appending data using
/v0/events
. When usingwait=false
, the data will eventually reach the database while usingwait=true
, we will wait until Tinybird acknowledges that the data has been inserted into the database. ( default wait=false)
You can find more information at https://www.tinybird.co/docs/api-reference/events-api#post-v0events
Full Changelog: v0.2.0...v0.3.0