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,59 @@
table AIA_AdvanceAnalysis_Class
lineageTag: 96f2b1bb-b518-43bd-9ce9-d624f66445ef
column CLASS
dataType: string
lineageTag: b791d2e3-9a62-4dac-95d0-239820e8586b
summarizeBy: none
sourceColumn: CLASS
sortByColumn: RANK
changedProperty = SortByColumn
annotation SummarizationSetBy = Automatic
column RANK
dataType: int64
formatString: 0
lineageTag: 0699056d-44e0-4aa3-bcd4-b05abf1205f2
summarizeBy: none
sourceColumn: RANK
annotation SummarizationSetBy = Automatic
partition AIA_AdvanceAnalysis_Class = m
mode: import
queryGroup: 'OLD\AIA 独有表'
source = ```
let
Source =
Value.NativeQuery(
Databricks.Catalogs(
ServerAddress, HttpPath, [
Catalog = CatalogName,
Database = null,
EnableAutomaticProxyDiscovery = null,EnableQueryResultDownload="0"
]
){
[Name = CatalogName, Kind = "Database"]
}[Data],
"
select CLASS,RANK from dm.dm_td_aia_class_rank
"
& UsingLimit,
null,
[
EnableFolding = true
]
),
#"Filtered Rows" = Table.SelectRows(Source, each ([CLASS] <> null and [CLASS] <> "" and [CLASS] <> "Others"))
in
#"Filtered Rows"
```
annotation PBI_NavigationStepName = Navigation
annotation PBI_ResultType = Table
annotation TabularEditor_TableGroup = 08