I was trying to use a module in airflow called Secrets to pass secrets to KubernetesOperator in Airflow.
It should be imported as from airflow.contrib.kubernetes.secret import Secret
But I'm getting an error
ModuleNotFoundError: No module named 'airflow.contrib.kubernetes'
I have tried to install apache-airflow kubernetes package pip install apache-airflow[kubernetes]
but this did not help.