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

Class OSIDialect

python/src/ossie/models.py:25–34  ·  view source on GitHub ↗

Supported SQL and expression language dialects.

Source from the content-addressed store, hash-verified

23
24
25class OSIDialect(str, Enum):
26 """Supported SQL and expression language dialects."""
27
28 ANSI_SQL = "ANSI_SQL"
29 SNOWFLAKE = "SNOWFLAKE"
30 MDX = "MDX"
31 MAQL = "MAQL"
32 TABLEAU = "TABLEAU"
33 DATABRICKS = "DATABRICKS"
34 BIGQUERY = "BIGQUERY"
35
36
37class OSIVendor(str, Enum):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected