Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
def
ami_user(tags: dict[str, str]) -> str | None:
105
return
tags.get(
"ami-user"
,
"ubuntu"
)
106
107
108
def
delete_after(tags: dict[str, str]) -> datetime.datetime | None:
Callers
1
instance_host
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected