baryluk commented on pull request #17195: URL: https://github.com/apache/airflow/pull/17195#issuecomment-885789822
> Nice! Really useful to detect some hard-to-debug problems! It did bite me of course, that is why I am suggesting this change. I replaced `from airflow.contrib.kubernetes.pod import Pod` with `from airflow.kubernetes.pod import Pod` blindly. And was surirpised that some spark kubernetes jobs could not find secrets that were provided in the `pod_mutation_hook` in the `airflow_local_settings.py`, with no logging of the issue at all. :D -- 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]
