get_config
Retrieve your active Metaflow configuration including metadata provider, datastore, namespace, and profile. Use this to identify the backend and your default namespace for scoping queries.
Instructions
Show current Metaflow configuration.
Returns the active metadata provider, datastore, namespace, and profile. Also returns the user's default namespace (e.g. "user:npow") -- pass this as the namespace parameter to list_flows/search_runs/get_latest_failure to scope results to only your own runs. Use this first to understand what backend you're connected to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |