Export data to Tinybird.
Examples
ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Outputs
step(..., {"param": "value", ...}) -> (output)
.
Parameters
replace
, but keep in mind this deletes your previous data.
Otherwise if your desired outcome is to append the dataset’s rows to the datasource you can use append
.The default value is set to fail
to prevent you from accidentally losing data or compromising a datasource’s structure.Values must be one of the following:fail
replace
append