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
The response of the listEvents service interface returns too long which exceeds the GRPC max length for Airflow caller when the events listed are too much. It should introduce the countEvents interface for Airflow caller.
The text was updated successfully, but these errors were encountered:
Describe the bug
The response of the
listEvents
service interface returns too long which exceeds the GRPC max length for Airflow caller when the events listed are too much. It should introduce the countEvents interface for Airflow caller.The text was updated successfully, but these errors were encountered: