Metadata format reference

Introduction

With config v2, the metadata that is exported from the server is a directory of multiple files.

Metadata directory format

The following files will be generated in the metadata/ directory of your project.

  • version.yaml: Contains the metadata version of the server
  • tables.yaml: Contains the metadata related to tables
  • remote_schemas.yaml: Contains the metadata related to remote schemas
  • functions.yaml: Contains the metadata related to custom functions
  • allow_list.yaml: Contains the metadata related to allow lists
  • actions.yaml: Contains the metadata related to actions
  • actions.graphql: Contains all the action definition and custom type definitions