Anurag-Shetty commented on issue #21259:
URL: https://github.com/apache/airflow/issues/21259#issuecomment-1125998193
I am trying the workday example plugin given example directory, when i try
import it i get an error.
```
File
"/usr/local/lib/python3.8/site-packages/airflow/serialization/serialized_objects.py",
line 306, in serialize_to_json
serialized_object[key] = _encode_timetable(value)
File
"/usr/local/lib/python3.8/site-packages/airflow/serialization/serialized_objects.py",
line 175, in _encode_timetable
raise _TimetableNotRegistered(importable_string)
airflow.serialization.serialized_objects._TimetableNotRegistered: Timetable
class 'airflow.example_dags.plugins.workday.AfterWorkdayTimetable' is not
registered
```
any suggestion to reslove it?
--
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]