-
Notifications
You must be signed in to change notification settings - Fork 154
feat: get compiled job assets from JobRunInput api #435
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
Conversation
Co-authored-by: Sandeep Bhardwaj <[email protected]>
Pull Request Test Coverage Report for Build 2838115849
💛 - Coveralls |
|
I think it is better to create another PR for deprecating the old admin build instance command and the corresponding api |
Mryashbhardwaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ready for review
| >>>>>>> 4e23e7628ddeb1cc952e104a34959ebaf8a19451 | ||
|
|
||
| "scheduled_at" : current_schedule_date.strftime(TIMESTAMP_FORMAT), | ||
| "scheduled_at_ts" : datetime.timestamp(current_schedule_date), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is still there
| current_dag_run_id = context.get('dag_run').run_id | ||
| schedule_time = context.get('next_execution_date') | ||
| ======= | ||
| "task_start_timestamp" : datetime.timestamp(context.get('task_instance').start_date), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
task_start_timestamp too is still there
|
|
||
| def execute(self, context): | ||
|
|
||
| log_start_event(context, EVENT_NAMES.get("TASK_START_EVENT")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should merge these commits into one
proton PR:: raystack/proton#155
Future plans : #443