Now if we want to get the no. of alerts and alerts associated with it, if we do something like alert.project_alerts.available and alert_poject.alerts.as_df, we get the following error:
AttributeError Traceback (most recent call last)
<ipython-input-127-ed778753888e> in <module>
----> 1 alert_poject.alerts.as_df
AttributeError: 'Project' object has no attribute 'alerts'
Currently, there's no way to get all the alerts from a project. Let's take an example:
Now if we want to get the
no. of alerts
andalerts
associated with it, if we do something likealert.project_alerts.available
andalert_poject.alerts.as_df
, we get the following error:It would be better to if those get implemented.