https://prefect.io logo
j

Joshua Greenhalgh

10/26/2022, 4:46 PM
Hey can someone help me diagnose an issue I have just come across using '1.4.0' - I am suddenly getting;
Copy code
AttributeError: 'Context' object has no attribute 'scheduled_start_time'
marvin 1
1
Docs say its available -> https://docs-v1.prefect.io/api/latest/utilities/context.html Trying to access like;
Copy code
scheduled_start_time: DateTime = prefect.context.scheduled_start_time
Ignore me!!! Didn't add task decorators to my tasks...silly me!
🙌 2
7 Views