litiliu commented on code in PR #8984: URL: https://github.com/apache/seatunnel/pull/8984#discussion_r2016004557
########## 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: `__st_config_ref_path__` looks weird, how about naming it to `config_ref_path`? -- 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