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

Function ami_user

misc/python/materialize/scratch.py:104–105  ·  view source on GitHub ↗
(tags: dict[str, str])

Source from the content-addressed store, hash-verified

102
103
104def ami_user(tags: dict[str, str]) -> str | None:
105 return tags.get("ami-user", "ubuntu")
106
107
108def delete_after(tags: dict[str, str]) -> datetime.datetime | None:

Callers 1

instance_hostFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected