hailin0 commented on code in PR #8984: URL: https://github.com/apache/seatunnel/pull/8984#discussion_r2017850717
########## seatunnel-api/src/main/java/org/apache/seatunnel/api/options/EnvCommonOptions.java: ########## @@ -107,4 +107,10 @@ public class EnvCommonOptions { .mapType() .noDefaultValue() .withDescription("Define the worker where the job runs by tag"); + + public static Option<String> REF_PATH = + Options.key("__st_config_ref_path__") Review Comment: Not surprising, he cannot conflict with normal attributes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org