dabla commented on issue #44618: URL: https://github.com/apache/airflow/issues/44618#issuecomment-2551445833
Can you just specify a retry with following parameters on the PowerBIDatasetRefreshOperator? ``` retry_exponential_backoff=True, # to increase the delay after each failed attempt retry_delay=60, retries=5, ``` -- 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]
