You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ephraimbuddy (via GitHub)" <gi...@apache.org> on 2023/02/08 13:34:31 UTC

[GitHub] [airflow] ephraimbuddy commented on issue #29405: Add pagination to get_log in the rest API

ephraimbuddy commented on issue #29405:
URL: https://github.com/apache/airflow/issues/29405#issuecomment-1422609421

   You can achieve what you want by using URLSafeSerializer, see:
   https://github.com/apache/airflow/blob/fdac67b3a5350ab4af79fd98612592511ca5f3fc/tests/api_connexion/endpoints/test_log_endpoint.py#L155-L158
   
   That's, you can add all the metadata as part of the token
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org