export_to_tinybird
export_to_tinybird
Export data to Tinybird.
Dataset to be exported.
Tinybird Integration to be used.
Data Source.
Configures this step’s behaviour in case the datasource already exists.
If you want to override the existing datasource you can use 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
Was this page helpful?