Files
MarketAnalysis-ETL/OTHERS/01 dm_td_report_url.sql
2026-04-27 11:04:09 +08:00

12 lines
435 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 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