This commit is contained in:
2026-03-29 14:24:01 +08:00
commit 3e0ef9086b
4321 changed files with 3174841 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
table DM_AUTH_PRD
lineageTag: d82aff3c-68b9-4053-8313-7af54672ae15
column KCODE
dataType: string
lineageTag: d924ce89-b0bb-4efe-b827-bf83b1ea0f95
summarizeBy: none
sourceColumn: KCODE
annotation SummarizationSetBy = Automatic
column MARKET
dataType: string
lineageTag: a1a6b57e-510d-4ba2-aa43-19d8e88db5a0
summarizeBy: none
sourceColumn: MARKET
annotation SummarizationSetBy = Automatic
partition DM_AUTH_PRD-156e654a-08dc-4207-acf8-87f52e5cdec8 = 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,MARKET from dm.dm_auth_prd"
& UsingLimit,
null,
[
EnableFolding = true
]
)
in
Source
```
annotation PBI_ResultType = Table
annotation PBI_NavigationStepName = Navigation
annotation TabularEditor_TableGroup = 06_AuthTable