eladkal commented on PR #34927: URL: https://github.com/apache/airflow/pull/34927#issuecomment-1826250373
> @Michae94 Is the concurrency problem what you meant before in Kubernetes? Do you have any recommendation for me on how to improve the process? Can I configure somewhere in the Airflow code that only 1 Tableau hook object can be active at any moment? You can not. This can only be enforced from users side if they create pool for tableau and don't allow more than 1 tableau task to run at the same time. >@eladkal I can ask Tableau their recommendation about authenticating from two separated processes that try to refresh two different dashboards at the same time but they need to use the same PAT. Sure. From Airflow point of view - we only can enable capabilities of Tableau SDK so if the SDK is missing a feature that should be a feature request to Tableau. -- 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]
