56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
table DM_AUTH_SALES_PACK
|
|
lineageTag: 5cfa6fe3-f188-4f94-b670-b8c5ff040d12
|
|
|
|
column KCODE
|
|
dataType: string
|
|
lineageTag: 23a8a0f5-10d0-4173-bb4d-4b62dda9cc6a
|
|
summarizeBy: none
|
|
sourceColumn: KCODE
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
column PACK_SOURCE
|
|
dataType: string
|
|
lineageTag: daba62b7-8458-4c54-b2c8-962144201f4d
|
|
summarizeBy: none
|
|
sourceColumn: PACK_SOURCE
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
partition DM_AUTH_SALES_PACK = 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 DISTINCT KCODE,PACK_SOURCE
|
|
from dm.dm_auth_sales_pack
|
|
"
|
|
& UsingLimit,
|
|
null,
|
|
[
|
|
EnableFolding = true
|
|
]
|
|
)
|
|
in
|
|
Source
|
|
```
|
|
|
|
annotation PBI_ResultType = Exception
|
|
|
|
annotation PBI_NavigationStepName = Navigation
|
|
|
|
annotation TabularEditor_TableGroup = 06_AuthTable
|
|
|