This commit is contained in:
2026-04-29 21:54:08 +08:00
parent 49b89352aa
commit 7babc42523
257 changed files with 106038 additions and 54243 deletions

View File

@@ -262,6 +262,22 @@ table Fact_Sales_NIAD
annotation SummarizationSetBy = Automatic
column DIGITAL_SPREAD_RATE
dataType: string
lineageTag: d1fcf3a2-16ef-493a-902f-06948d06281c
summarizeBy: none
sourceColumn: DIGITAL_SPREAD_RATE
annotation SummarizationSetBy = Automatic
column WEIGHTED_SPREAD_RATE
dataType: string
lineageTag: 82828839-4da4-4d7a-b978-7853efe18933
summarizeBy: none
sourceColumn: WEIGHTED_SPREAD_RATE
annotation SummarizationSetBy = Automatic
partition Fact_Sales_NIAD = m
mode: import
queryGroup: Fact_Sales
@@ -308,7 +324,9 @@ table Fact_Sales_NIAD
DATE_KEY,
concat( PLATFORM,DATA_SOURCE) AS PLATFORM_KEY,
concat( STORE_TYPE,DATA_SOURCE) AS STORE_TYPE_KEY,
STORE_NAME
STORE_NAME,
DIGITAL_SPREAD_RATE,
WEIGHTED_SPREAD_RATE
FROM
DM.DM_TF_EXT_UNIONALL_SALES_MAPPING_NIAD
"
@@ -324,7 +342,7 @@ table Fact_Sales_NIAD
annotation PBI_NavigationStepName = Navigation
annotation PBI_ResultType = Exception
annotation PBI_ResultType = Table
annotation TabularEditor_TableGroup = 05_FactTable