20260421update

This commit is contained in:
2026-04-21 13:36:37 +08:00
parent a9e216295e
commit 9006be88d4
376 changed files with 4106 additions and 4102 deletions

View File

@@ -238,6 +238,30 @@ table Fact_Sales_NIAD
annotation SummarizationSetBy = Automatic
column PLATFORM_KEY
dataType: string
lineageTag: 9472f178-f664-46ba-82e9-4393a427fd86
summarizeBy: none
sourceColumn: PLATFORM_KEY
annotation SummarizationSetBy = Automatic
column STORE_TYPE_KEY
dataType: string
lineageTag: abf6d862-21cf-45db-b71f-89ce6dd0e099
summarizeBy: none
sourceColumn: STORE_TYPE_KEY
annotation SummarizationSetBy = Automatic
column STORE_NAME
dataType: string
lineageTag: 1384d96a-620f-4924-b28f-2cdbb77aea5c
summarizeBy: none
sourceColumn: STORE_NAME
annotation SummarizationSetBy = Automatic
partition Fact_Sales_NIAD = m
mode: import
queryGroup: Fact_Sales
@@ -281,7 +305,10 @@ table Fact_Sales_NIAD
AUDIT_SOURCE,
MARKET_SOURCE,
CLASS_SOURCE,
DATE_KEY
DATE_KEY,
concat( PLATFORM,DATA_SOURCE) AS PLATFORM_KEY,
concat( STORE_TYPE,DATA_SOURCE) AS STORE_TYPE_KEY,
STORE_NAME
FROM
DM.DM_TF_EXT_UNIONALL_SALES_MAPPING_NIAD
"
@@ -297,7 +324,7 @@ table Fact_Sales_NIAD
annotation PBI_NavigationStepName = Navigation
annotation PBI_ResultType = Table
annotation PBI_ResultType = Exception
annotation TabularEditor_TableGroup = 05_FactTable