initial
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
table DM_AUTH_NONSALES_ORG
|
||||
lineageTag: 09679610-a913-41e2-b5a3-1e86c22d28f3
|
||||
|
||||
column USER_KCODE
|
||||
dataType: string
|
||||
lineageTag: 6a097a13-52e8-4a46-b45e-cf34d826888e
|
||||
summarizeBy: none
|
||||
sourceColumn: USER_KCODE
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column TA
|
||||
dataType: string
|
||||
lineageTag: 102ca1e5-1068-4e24-845f-08cdc72cec33
|
||||
summarizeBy: none
|
||||
sourceColumn: TA
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
partition DM_AUTH_NONSALES_ORG = 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
|
||||
USER_KCODE,
|
||||
TA
|
||||
FROM
|
||||
dm.dm_auth_nonsales_org
|
||||
WHERE
|
||||
TA IS NOT NULL
|
||||
GROUP BY 1,2
|
||||
"
|
||||
& 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