From c8347a72eeb27f1917e9b3915a4d96204260e18a Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Fri, 7 Mar 2025 15:41:11 -0800 Subject: [PATCH] docs(ingest/mode): update mode workspace docs (#12774) --- metadata-ingestion/src/datahub/ingestion/source/mode.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/mode.py b/metadata-ingestion/src/datahub/ingestion/source/mode.py index dd62144a8f..9eeb99ca35 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/mode.py +++ b/metadata-ingestion/src/datahub/ingestion/source/mode.py @@ -159,7 +159,12 @@ class ModeConfig( ) workspace: str = Field( - description="The Mode workspace name. Find it in Settings > Workspace > Details." + description="The Mode workspace username. If you navigate to Workspace Settings > Details, " + "the url will be `https://app.mode.com/organizations/`. " + # The lowercase comment is derived from a comment in a Mode API example. + # https://mode.com/developer/api-cookbook/management/get-all-reports/ + # > "Note: workspace_name value should be all lowercase" + "This is distinct from the workspace's display name, and should be all lowercase." ) _default_schema = pydantic_removed_field("default_schema")