Creates a schema

schemas_create(
  name,
  type = c("AVRO", "PROTOCOL_BUFFER", "TYPE_UNSPECIFIED"),
  definition,
  project = ps_project_get()
)

Arguments

name

character, Schema Required, schema name or instance of a schema object

type

character Type of the schema definition

definition

character Required, the definition of the schema

project

character GCP project id

Value

a Schema object