mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
* Starting to spawn base package * More package hacking * Bedrock and VertexAI * Parquet split * Updated templates * Utils
4 lines
122 B
Python
4 lines
122 B
Python
|
|
def topic(topic, kind='persistent', tenant='tg', namespace='flow'):
|
|
return f"{kind}://{tenant}/{namespace}/{topic}"
|
|
|