Skip to main content Link Menu Expand (external link) Document Search Copy Copied

DatastoreML


Reference documentation for interfaces to services that store data.

Datastores define a destination for data loaded into a workspace by pipelines. The default datastore for a workspace is called Warehouse and it is its own PostgreSQL database hosted by Matatika, but this can be changed at any time to another datastore with your own credentials (see our supported dataplugins of type LOADER).

Datastore definitions are stored as YAML file format - you can read more about the YAML format and its syntax here.


Example: datastores/Snowflake.yml

version: datastores/v0.1
data_plugin: loaders/target-snowflake--matatika

Key Information

Key Datatype Information
version String The version identifies this artifact type.
data_plugin String The fully-qualified name of a dataplugin supported for JDBC configuration

Further Reading: