exports:list#

#rai exports:list [OPTIONS]

List all of the SQL objects, such as stored procedures, exported from RelationalAI to Snowflake.

Options#

OptionTypeRequiredDescription
--modelTextNoThe name of the model from which exports originate.

Example#

Use the exports:list command without any options to interactively select a model and list all exports from that model:

#rai exports:list

List all exports from the RelationalAI model named myModel:

#rai exports:list --model myModel