Files
MarketAnalysis-Rebuild/External All Channel.SemanticModel/definition/tables/DM_AUTH_SALES_GEO.tmdl
2026-03-29 14:24:01 +08:00

53 lines
1.3 KiB
Plaintext

table DM_AUTH_SALES_GEO
lineageTag: 7eba76c1-c55a-4332-862c-a7f889d0dfd5
column KCODE
dataType: string
lineageTag: a4ee81cf-851b-410c-8fa3-013e88ad9718
summarizeBy: none
sourceColumn: KCODE
annotation SummarizationSetBy = Automatic
column AUDIT_SOURCE
dataType: string
lineageTag: b1bc6795-8c43-4765-8221-ad686f6d23fa
summarizeBy: none
sourceColumn: AUDIT_SOURCE
annotation SummarizationSetBy = Automatic
partition DM_AUTH_SALES_GEO-0220891b-6e23-4cf1-affe-68bae564da7d = 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,AUDIT_SOURCE from dm.dm_auth_sales_geo"
& UsingLimit,
null,
[
EnableFolding = true
]
)
in
Source
```
annotation PBI_ResultType = Table
annotation PBI_NavigationStepName = Navigation
annotation TabularEditor_TableGroup = 06_AuthTable