initial
This commit is contained in:
@@ -0,0 +1,109 @@
|
||||
table Dim_PackInfo_Total
|
||||
lineageTag: 8bea7a10-d14d-4c7a-8199-365d12811eca
|
||||
|
||||
column PACK_COD
|
||||
dataType: string
|
||||
lineageTag: 9323e255-439d-43d7-8bcc-e0899fab0f01
|
||||
summarizeBy: none
|
||||
sourceColumn: PACK_COD
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column PROD_DES_C
|
||||
dataType: string
|
||||
lineageTag: c097148e-55ca-4597-a5ee-3142502af376
|
||||
summarizeBy: none
|
||||
sourceColumn: PROD_DES_C
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column CMPS_DES
|
||||
dataType: string
|
||||
lineageTag: d7694869-02b8-4733-93a6-aaca93dc73ad
|
||||
summarizeBy: none
|
||||
sourceColumn: CMPS_DES
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column CMPS_DES_C
|
||||
dataType: string
|
||||
lineageTag: 330a9441-8678-47aa-973e-c5102a3f8102
|
||||
summarizeBy: none
|
||||
sourceColumn: CMPS_DES_C
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column CORP_COD
|
||||
dataType: string
|
||||
lineageTag: a77008b0-44ca-4761-9b7f-0d1c3c3184db
|
||||
summarizeBy: none
|
||||
sourceColumn: CORP_COD
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column CORP_DES
|
||||
dataType: string
|
||||
lineageTag: 9cf44325-1c29-49cb-8e37-ea67bbaec653
|
||||
summarizeBy: none
|
||||
sourceColumn: CORP_DES
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column PROD_DES
|
||||
dataType: string
|
||||
lineageTag: 33ecc8f4-4eed-4804-ac37-d913405ac8ff
|
||||
summarizeBy: none
|
||||
sourceColumn: PROD_DES
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column DATA_SOURCE
|
||||
dataType: string
|
||||
lineageTag: ce1d238c-51e3-4839-81c1-491ef8b93747
|
||||
summarizeBy: none
|
||||
sourceColumn: DATA_SOURCE
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column PACK_SOURCE = [PACK_COD] & [DATA_SOURCE]
|
||||
lineageTag: 7920d032-e4d9-4440-97e1-afe0dd301efa
|
||||
summarizeBy: none
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
partition Dim_PackInfo_Total = m
|
||||
mode: import
|
||||
queryGroup: OLD\首页
|
||||
source = ```
|
||||
let
|
||||
Source =
|
||||
Value.NativeQuery(
|
||||
Databricks.Catalogs(
|
||||
ServerAddress, HttpPath, [
|
||||
Catalog = CatalogName,
|
||||
Database = null,
|
||||
EnableAutomaticProxyDiscovery = null,EnableQueryResultDownload="0"
|
||||
]
|
||||
){
|
||||
[Name = CatalogName, Kind = "Database"]
|
||||
}[Data],
|
||||
"SELECT DISTINCT PACK_COD,PROD_DES,PROD_DES_C,CMPS_DES,CMPS_DES_C,CORP_COD,CORP_DES,DATA_SOURCE
|
||||
|
||||
FROM DM.DM_TD_EXTERNAL_PACKINFO
|
||||
"
|
||||
& UsingLimit,
|
||||
null,
|
||||
[
|
||||
EnableFolding = true
|
||||
]
|
||||
)
|
||||
in
|
||||
Source
|
||||
```
|
||||
|
||||
annotation PBI_ResultType = Table
|
||||
|
||||
annotation PBI_NavigationStepName = Navigation
|
||||
|
||||
annotation TabularEditor_TableGroup = 04_DimTable
|
||||
|
||||
Reference in New Issue
Block a user