initial
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
table DM_AUTH_SALES_ORG
|
||||
lineageTag: 332e5369-f527-4a67-8372-2a90cd347a7d
|
||||
|
||||
column KCODE
|
||||
dataType: string
|
||||
lineageTag: a2c8be77-1caf-4ebb-adad-ad23dfd06b6d
|
||||
summarizeBy: none
|
||||
sourceColumn: KCODE
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column BU_CODE_AUTH
|
||||
dataType: string
|
||||
lineageTag: 988ab5ef-57bb-4e06-a109-842b11278ab4
|
||||
summarizeBy: none
|
||||
sourceColumn: BU_CODE_AUTH
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
partition DM_AUTH_SALES_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 DISTINCT KCODE,BU_CODE_AUTH from dm.dm_auth_sales_org"
|
||||
& UsingLimit,
|
||||
null,
|
||||
[
|
||||
EnableFolding = true
|
||||
]
|
||||
)
|
||||
in
|
||||
Source
|
||||
```
|
||||
|
||||
annotation PBI_ResultType = Table
|
||||
|
||||
annotation PBI_NavigationStepName = Navigation
|
||||
|
||||
annotation TabularEditor_TableGroup = 06_AuthTable
|
||||
|
||||
Reference in New Issue
Block a user