initial
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
table Config_EmailWarning
|
||||
lineageTag: f7fd4b37-e5c1-4e0f-9c2c-e4b4c236bf39
|
||||
|
||||
column data_source
|
||||
dataType: string
|
||||
lineageTag: d049cccf-6b71-4008-88cf-4a7f50e3dbf7
|
||||
summarizeBy: none
|
||||
sourceColumn: data_source
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column max_data
|
||||
dataType: string
|
||||
lineageTag: b9f319ba-e4a6-4e4e-8923-8cb220e749c0
|
||||
summarizeBy: none
|
||||
sourceColumn: max_data
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column if_update
|
||||
dataType: int64
|
||||
formatString: 0
|
||||
lineageTag: 2228928e-cbd5-4d53-84da-ef83220d11b1
|
||||
summarizeBy: sum
|
||||
sourceColumn: if_update
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
partition Config_EmailWarning = m
|
||||
mode: import
|
||||
queryGroup: 邮件通知
|
||||
source = ```
|
||||
let
|
||||
Source =
|
||||
Value.NativeQuery(
|
||||
Databricks.Catalogs(
|
||||
ServerAddress, HttpPath, [
|
||||
Catalog = CatalogName,
|
||||
Database = null,
|
||||
EnableAutomaticProxyDiscovery = null,EnableQueryResultDownload="0"
|
||||
]
|
||||
){
|
||||
[Name = CatalogName, Kind = "Database"]
|
||||
}[Data],
|
||||
"
|
||||
select
|
||||
data_source
|
||||
,max_data
|
||||
,if_update
|
||||
from dws.dws_ext_email_warning
|
||||
"
|
||||
& UsingLimit,
|
||||
null,
|
||||
[
|
||||
EnableFolding = true
|
||||
]
|
||||
)
|
||||
in
|
||||
Source
|
||||
```
|
||||
|
||||
annotation PBI_NavigationStepName = Navigation
|
||||
|
||||
annotation PBI_ResultType = Table
|
||||
|
||||
annotation TabularEditor_TableGroup = 03_ConfigTable
|
||||
|
||||
Reference in New Issue
Block a user