53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
table DM_AUTH_ORG
|
|
lineageTag: 7014b524-f2a9-49dd-9bc8-3d527bc33e7e
|
|
|
|
column KCODE
|
|
dataType: string
|
|
lineageTag: 10bd8c8d-fcf9-4188-b6f4-94cf8fea74ce
|
|
summarizeBy: none
|
|
sourceColumn: KCODE
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
column SUB_BU_CODE
|
|
dataType: string
|
|
lineageTag: d17a5876-6680-45ea-a8b0-c9e2805bfc7a
|
|
summarizeBy: none
|
|
sourceColumn: SUB_BU_CODE
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
partition DM_AUTH_ORG-ff3adcfb-4089-49fc-97ba-aef12b2c6a11 = 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 KCODE,SUB_BU_CODE from dm.dm_auth_org"
|
|
& UsingLimit,
|
|
null,
|
|
[
|
|
EnableFolding = true
|
|
]
|
|
)
|
|
in
|
|
Source
|
|
```
|
|
|
|
annotation PBI_ResultType = Table
|
|
|
|
annotation PBI_NavigationStepName = Navigation
|
|
|
|
annotation TabularEditor_TableGroup = 06_AuthTable
|
|
|