Skip to main content

Stored Procedures

A Stored Procedure is a reusable SQL routine stored within a Database Schema. It sits at the same level as a Table in the entity hierarchy.
Entity schema follows the OpenMetadata Standard.

Entity Hierarchy

Stored Procedures belong to a Database Schema:

Fully Qualified Name

The FQN format for a stored procedure is:
For example: snowflake_prod.analytics.public.usp_refresh_analytics

API Endpoints