Skip to content

Commit 239c156

Browse files
fix(doc): better example
1 parent 46df254 commit 239c156

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

metadata-ingestion/src/datahub/ingestion/source/looker/looker_config.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,13 @@ class LookerDashboardSourceConfig(
303303
description="Allow or deny dashboards from specific folders using their fully qualified paths. "
304304
"For example: \n"
305305
"deny: \n"
306-
" - sales/deprecated \n"
307-
"This pattern will deny the ingestion of all dashboards and looks within the sales/deprecated folder. \n"
306+
" - Shared/deprecated \n"
307+
"This pattern will deny the ingestion of all dashboards and looks within the Shared/deprecated folder. \n"
308308
"allow: \n"
309-
" - sales/customers \n"
310-
"This pattern will allow only the ingestion of dashboards within the sales/customers folder. \n"
309+
" - Shared/sales \n"
310+
"This pattern will allow only the ingestion of dashboards within the Shared/sales folder. \n"
311+
"To get the correct path from Looker, take the folder hierarchy shown in the UI and join it with slashes. "
312+
"For example, Shared -> Customer Reports -> Sales becomes Shared/Customer Reports/Sales. "
311313
"Dashboards will only be ingested if they're allowed by both this config and dashboard_pattern.",
312314
)
313315

0 commit comments

Comments
 (0)