Commit 239c156 1 parent 46df254 commit 239c156 Copy full SHA for 239c156
File tree 1 file changed +6
-4
lines changed
metadata-ingestion/src/datahub/ingestion/source/looker
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -303,11 +303,13 @@ class LookerDashboardSourceConfig(
303
303
description = "Allow or deny dashboards from specific folders using their fully qualified paths. "
304
304
"For example: \n "
305
305
"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 "
308
308
"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. "
311
313
"Dashboards will only be ingested if they're allowed by both this config and dashboard_pattern." ,
312
314
)
313
315
You can’t perform that action at this time.
0 commit comments