Is there some official way to access _name on a re...
# general
f
Is there some official way to access _name on a resource? I have a resource
alerts_schema = postgres.Schema("alerts_schema", name="alrerts");
and I want to get
"alerts_schema"
from the
alerts_schema
variable