update20260427
This commit is contained in:
11
OTHERS/01 dm_td_report_url.sql
Normal file
11
OTHERS/01 dm_td_report_url.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Databricks notebook source
|
||||
----------------------------------------------------------
|
||||
--修改时间:20241213
|
||||
--修改人:Fanxujia
|
||||
--修改内容:
|
||||
--新增配置表,里面是MA报告以及AIA报告的url链接,用于PBI上做跳转的链接
|
||||
----------------------------------------------------------
|
||||
insert overwrite table dm.dm_td_report_url
|
||||
(ReportName,URL)
|
||||
select reportname,url
|
||||
from dwd.dwd_gnd_ims_ma_aia_redirection
|
||||
Reference in New Issue
Block a user