jieguangzhou commented on code in PR #11763:
URL: https://github.com/apache/dolphinscheduler/pull/11763#discussion_r962959888
##########
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/task.py:
##########
@@ -145,6 +147,8 @@ def __init__(
# move attribute code and version after _process_definition and
process_definition declare
self.code, self.version = self.gen_code_and_version()
# Add task to process definition, maybe we could put into property
process_definition latter
+ self.environment_code = self.get_env_code(environment_name)
Review Comment:
nice
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]