-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Built-in Execution Context Variables #581
Comments
@yohamta |
Hi @halalala222 , thank you for your interest! That would be greatly helpful. Please don't hesitate to ask me know if you have any questions or need clarification on anything. |
@yohamta I have found some problems,when i work on this issue
I would like to ask if there is any better solution? |
@yohamta If the main scenario for this feature is to print the corresponding variables through a command execution, should other executors besides command be added? |
Hi @halalala222, thank you for the detailed explanation and those great solution ideas. This is very helpful. It is a problem that I was not aware of 😅 A possible solution that came to my mind is to replace the |
Hi @yohamta |
Overview
Introduce built-in execution context variables for each DAG execution.
Variables
DAG_SCHEDULER_LOG_PATH
DAG_EXECUTION_LOG_PATH
DAG_REQUEST_ID
Example Usage
Requirements
Additional Context
The text was updated successfully, but these errors were encountered: