MCPcopy Create free account
hub / github.com/feast-dev/feast / generate_project_name

Function generate_project_name

sdk/python/feast/repo_operations.py:655–657  ·  view source on GitHub ↗

Generates a unique project name

()

Source from the content-addressed store, hash-verified

653
654
655def generate_project_name() -> str:
656 """Generates a unique project name"""
657 return f"{random.choice(adjectives)}_{random.choice(animals)}"

Callers 1

init_commandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected