This commit is contained in:
2026-03-29 14:24:01 +08:00
commit 3e0ef9086b
4321 changed files with 3174841 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
table Dim_Store
lineageTag: e1d0ffd3-8b36-429e-be28-6d10d8f48279
column STORE_NAME
dataType: string
lineageTag: c2f16f0f-7fd0-4ac1-828f-e6e4988ccd65
summarizeBy: none
sourceColumn: STORE_NAME
annotation SummarizationSetBy = Automatic
partition Dim_Store = m
mode: import
queryGroup: Dim
source = ```
let
Source = Value.NativeQuery(
Databricks.Catalogs(
ServerAddress,
HttpPath,
[
Catalog = CatalogName,
Database = null,
EnableAutomaticProxyDiscovery = null,
EnableQueryResultDownload = "0"
]
){[Name = CatalogName, Kind = "Database"]}[Data],
"
SELECT
STORE_NAME
FROM
DM.DM_TF_EXT_UNIONALL_SALES_MAPPING
WHERE
DATA_SOURCE = 'EC(Monthly)'
GROUP BY
1
" & UsingLimit,
null,
[EnableFolding = true]
)
in
Source
```
annotation PBI_NavigationStepName = Navigation
annotation PBI_ResultType = Table
annotation TabularEditor_TableGroup = 04_DimTable