initial
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
table Dim_ExchangRate
|
||||
lineageTag: 28c822f8-f28b-494a-a029-c624801f9e53
|
||||
|
||||
column exchange_rate
|
||||
dataType: double
|
||||
lineageTag: 88ba2c6a-5bd9-4af9-8ad1-55c1518ad1e6
|
||||
summarizeBy: sum
|
||||
sourceColumn: exchange_rate
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
partition Dim_ExchangRate-1c15d44e-e1b5-4a53-aa22-9e064785b44d = m
|
||||
mode: import
|
||||
queryGroup: OLD\EXTERNAL_辅助表
|
||||
source = ```
|
||||
let
|
||||
Source =
|
||||
Value.NativeQuery(
|
||||
Databricks.Catalogs(
|
||||
ServerAddress, HttpPath, [
|
||||
Catalog = CatalogName,
|
||||
Database = null,
|
||||
EnableAutomaticProxyDiscovery = null,EnableQueryResultDownload="0"
|
||||
]
|
||||
){
|
||||
[Name = CatalogName, Kind = "Database"]
|
||||
}[Data],
|
||||
"select exchange_rate FROM DM.DM_TD_EXTERNAL_EXCHANGERATE"
|
||||
& 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