You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/20 16:16:06 UTC

[GitHub] [airflow] baruch-shteken commented on issue #25904: Support Personal access token method for Tableau Connection

baruch-shteken commented on issue #25904:
URL: https://github.com/apache/airflow/issues/25904#issuecomment-1285823875

   I looked at this issue again and when an authentication is made with a PAT then the `site_id` and `credentials_token` are obtained. `credentials_token` is valid for 4 hours and should be able to be used with parallel processes. Hence, for PATs, the Airflow code should use the obtained `site_id` and `credentials_token` after the first authentication and not create a new ones from the PATs (unless 4 hours passed)


-- 
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