variable "database" {
  type        = string
  description = "The name of the database (must be upper-case)."
}

variable "schema" {
  type        = string
  description = "The name of the schema"
}

variable "streamlit_id" {
  type        = string
  description = "The ID of the streamlit app, could be fetched by running `show streamlits in <DB_NAME>.<SCHEMA_NAME>;` "
}
