You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered an ApiValueError when attempting to retrieve the schedule_interval field using get_dag_details in the Airflow client. The error suggests inconsistent values for the schedule_interval property.
File "/home/******/.virtualenvs/recalculation/lib/python3.10/site-packages/airflow_client/client/model_utils.py", line 668, in __getitem__
value = self.get(name, self.__unset_attribute_value__)
File "/home/******/.virtualenvs/recalculation/lib/python3.10/site-packages/airflow_client/client/model_utils.py", line 659, in get
raise ApiValueError(
airflow_client.client.exceptions.ApiValueError: Values stored for property schedule_interval in DAGDetail differ when looking at self and self's composed instances. All values must be the same at ['['received_data']']['schedule_interval']