dominikhei commented on issue #51453:
URL: https://github.com/apache/airflow/issues/51453#issuecomment-2948954303

   I have implemented the logic, however airflow currently uses 
`tableauserverclient v0.25` and the JWTAuth method is only available starting 
with `v0.27`, meaning we would need to bump it, as the pyproject.toml of the 
provider states:
   
   ```
   dependencies = [
       "apache-airflow>=2.10.0",
       "tableauserverclient>=0.25",
   ]
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to