print_metadata
Retrieves a list of registered connectors from the ConnectorRegistry and prints a formatted table of their names and supported task categories to the console.
def print_metadata() - > null
Fetches and displays a formatted table of all registered Flyte connectors and their supported task categories to the console. This function is used to provide a human-readable overview of available connector capabilities, including specific task names and versions.
Returns
| Type | Description |
|---|---|
null | Nothing; the output is printed directly to the standard output console. |