Get data in

After you've defined a data source, you can bring your data into Tinybird from a variety of sources.

1

Create your schema

You define schemas using a specific file type: .datasource files. Data source files can also contain data connection details. See .datasource.

Check that the schema is correct by running tb build. See tb build. You can also test your data sources using fixtures. See Test your project.

2

Deploy the project

Deploy your project to apply the changes to your data sources. See Deploy your project.

3

Bring your data in

You can bring your data in using the following methods: