MCPcopy Create free account
hub / github.com/apache/ossie / OSIVendor

Class OSIVendor

python/src/ossie/models.py:37–46  ·  view source on GitHub ↗

Well-known vendor names for custom extensions.

Source from the content-addressed store, hash-verified

35
36
37class OSIVendor(str, Enum):
38 """Well-known vendor names for custom extensions."""
39
40 COMMON = "COMMON"
41 SNOWFLAKE = "SNOWFLAKE"
42 SALESFORCE = "SALESFORCE"
43 DBT = "DBT"
44 DATABRICKS = "DATABRICKS"
45 GOODDATA = "GOODDATA"
46 SEMANTIDO = "SEMANTIDO"
47
48
49class OSIAIContextObject(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected