mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-11 08:52:58 +00:00
docs(ingest/mode): update mode workspace docs (#12774)
This commit is contained in:
parent
47f59e62dd
commit
c8347a72ee
@ -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/<workspace-username>`. "
|
||||
# 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")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user