Hey can someone help me diagnose an issue I have j...
# ask-community
j
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