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,54 @@
table DM_AUTH_GEO
lineageTag: 359e9953-e1c1-49c0-83c4-8462ed2f9a39
column KCODE
dataType: string
lineageTag: f234e40e-bc9e-4666-8a2a-267a90aa66ec
summarizeBy: none
sourceColumn: KCODE
annotation SummarizationSetBy = Automatic
column CITY_CODE
dataType: string
lineageTag: c109951f-9fd3-43c6-b13c-bc7fbe5f8e04
summarizeBy: none
sourceColumn: CITY_CODE
annotation SummarizationSetBy = Automatic
partition DM_AUTH_GEO-e5d6513d-7db4-4665-b7b8-78c70ead69ac = 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
,CITY_CODE
FROM dm.DM_AUTH_GEO"
& UsingLimit,
null,
[
EnableFolding = true
]
)
in
Source
```
annotation PBI_ResultType = Table
annotation PBI_NavigationStepName = Navigation
annotation TabularEditor_TableGroup = 06_AuthTable