integration
string
required

Tinybird Integration to be used.

datasource
string
required

Data Source.

if_exists
string
default: "fail"

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