initial
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user