53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
table DM_AUTH_SALES_MKT
|
|
lineageTag: 95c1419d-b919-4fb3-a321-b1a2a7010ecf
|
|
|
|
column KCODE
|
|
dataType: string
|
|
lineageTag: 6b6d193e-7174-4177-9fa5-773a949fad05
|
|
summarizeBy: none
|
|
sourceColumn: KCODE
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
column MKT_SOURCE
|
|
dataType: string
|
|
lineageTag: 608085f3-dcf2-4e27-b22b-093f0a2f019f
|
|
summarizeBy: none
|
|
sourceColumn: MKT_SOURCE
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
partition DM_AUTH_SALES_MKT = 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,MKT_SOURCE from dm.dm_auth_sales_mkt"
|
|
& UsingLimit,
|
|
null,
|
|
[
|
|
EnableFolding = true
|
|
]
|
|
)
|
|
in
|
|
Source
|
|
```
|
|
|
|
annotation PBI_ResultType = Table
|
|
|
|
annotation PBI_NavigationStepName = Navigation
|
|
|
|
annotation TabularEditor_TableGroup = 06_AuthTable
|
|
|