mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 16:48:12 +00:00
feat(models): Adding searchable for chart and dashboard url (#8002)
This commit is contained in:
parent
d061d8782f
commit
da528da19b
@ -39,6 +39,9 @@ record ChartInfo includes CustomProperties, ExternalReference {
|
|||||||
/**
|
/**
|
||||||
* URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart
|
* URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart
|
||||||
*/
|
*/
|
||||||
|
@Searchable = {
|
||||||
|
"fieldType": "KEYWORD"
|
||||||
|
}
|
||||||
chartUrl: optional Url
|
chartUrl: optional Url
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -107,6 +107,9 @@ record DashboardInfo includes CustomProperties, ExternalReference {
|
|||||||
/**
|
/**
|
||||||
* URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard
|
* URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard
|
||||||
*/
|
*/
|
||||||
|
@Searchable = {
|
||||||
|
"fieldType": "KEYWORD"
|
||||||
|
}
|
||||||
dashboardUrl: optional Url
|
dashboardUrl: optional Url
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user