MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / Features

Class Features

misc/python/materialize/checks/features.py:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13# For example, the SQL Server Docker image is only supported on x86_64 so we
14# cannot enable that feature on ARM based runners.
15class Features:
16 AZURITE = "azurite"
17
18 def __init__(self, features):
19 self.features = features
20
21 def azurite_enabled(self) -> bool:
22 return self.features and self.AZURITE in self.features

Callers 2

test_upgradeFunction · 0.90
workflow_defaultFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_upgradeFunction · 0.72