print_metadata
Prints a table of connector metadata, including connector names and supported task types with their versions, to the console.
def print_metadata() - > None
Prints a table of connector metadata, including connector names and their supported task types, to the console. This function allows users to inspect the capabilities of registered Flyte connectors.
Returns
| Type | Description |
|---|---|
None | This function does not return any value; it prints directly to the console. |