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