kandharvishnu commented on PR #34914: URL: https://github.com/apache/airflow/pull/34914#issuecomment-1763850380
> Why? `isinstance` should work just fine. > Why? `isinstance` should work just fine. yes, `isintance` should work fine. But when retries is set as `bool`, `isinstance` will return true. So we need to use int <img width="233" alt="image" src="https://github.com/apache/airflow/assets/46064835/9827c57f-b5d8-4cb1-9792-dcc92108b3a9"> -- 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]
