initial
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
table DM_AUTH_PRD_PACK
|
||||
lineageTag: 850155d7-33f0-41ae-b197-46bae17a488a
|
||||
|
||||
column KCODE
|
||||
dataType: string
|
||||
lineageTag: 13d7af7a-149a-425d-a156-4222b34802ac
|
||||
summarizeBy: none
|
||||
sourceColumn: KCODE
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column PACK_COD
|
||||
dataType: string
|
||||
lineageTag: 3b09df08-53b4-43b7-92e4-21dfea778762
|
||||
summarizeBy: none
|
||||
sourceColumn: PACK_COD
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
partition DM_AUTH_PRD_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 KCODE
|
||||
,PACK_COD
|
||||
FROM dm.DM_AUTH_PRD_PACK"
|
||||
& UsingLimit,
|
||||
null,
|
||||
[
|
||||
EnableFolding = true
|
||||
]
|
||||
)
|
||||
in
|
||||
Source
|
||||
```
|
||||
|
||||
annotation PBI_NavigationStepName = 导航
|
||||
|
||||
annotation PBI_ResultType = Table
|
||||
|
||||
annotation TabularEditor_TableGroup = 06_AuthTable
|
||||
|
||||
Reference in New Issue
Block a user