53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
table Config_ReportURL
|
|
lineageTag: 1d0a1784-ea07-43e3-a252-8e9c7e4e13e5
|
|
|
|
column ReportName
|
|
dataType: string
|
|
lineageTag: 673e0ce4-5ea0-4486-9b93-9faae609ba3b
|
|
summarizeBy: none
|
|
sourceColumn: ReportName
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
column URL
|
|
dataType: string
|
|
lineageTag: 6fff97a0-ff4a-4448-8b79-0116d3755fa5
|
|
summarizeBy: none
|
|
sourceColumn: URL
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
partition Config_ReportURL = m
|
|
mode: import
|
|
queryGroup: OLD\EXTERNAL_辅助表
|
|
source = ```
|
|
let
|
|
Source =
|
|
Value.NativeQuery(
|
|
Databricks.Catalogs(
|
|
ServerAddress, HttpPath, [
|
|
Catalog = CatalogName,
|
|
Database = null,
|
|
EnableAutomaticProxyDiscovery = null,EnableQueryResultDownload="0"
|
|
]
|
|
){
|
|
[Name = CatalogName, Kind = "Database"]
|
|
}[Data],
|
|
"select ReportName,URL from dm.dm_td_report_url"
|
|
& UsingLimit,
|
|
null,
|
|
[
|
|
EnableFolding = true
|
|
]
|
|
)
|
|
in
|
|
Source
|
|
```
|
|
|
|
annotation PBI_NavigationStepName = Navigation
|
|
|
|
annotation PBI_ResultType = Table
|
|
|
|
annotation TabularEditor_TableGroup = 03_ConfigTable
|
|
|