动态发布记录(2026年)

类型 | 任务类型 | 作为输出方(上游) | 作为输入方(下游) | 备注 | ||
| | 参数配置 | 代码 | 参数配置 | 代码 | |
SQL 类 | Hive SQL JDBC SQL Spark SQL DLC SQL Impala TCHouse-P | ![]() | SELECT "This is the value of the parameter" | ![]() | SELECT '${parameter}' AS parameter_value; | |
Shell 类 | Shell | ![]() | echo "This is the value of the parameter" | ![]() | expr ${parameter} | |
Python 类 | Python | ![]() | print("This is the value of the parameter") | ![]() | print('${parameter}') | |
DLC PySpark 类 | DLC PySpark | ![]() | from dlcutils import dlcutils dlcutils.params.save([["param1","param2","param3"],["param4","param5","param6"]]) | ![]() | print('${parameter}') | 作为输出方的使用限制:仅 DLC 引擎的内核版本为 Standard-S1.1 和 Standard-S1.1(native),且功能上线(2025年3月30日)后新建的引擎支持,之前新建的引擎升级后才可支持,如需升级引擎请联系 DLC 运维同学。 |
文档反馈