hussein-awala commented on PR #28848: URL: https://github.com/apache/airflow/pull/28848#issuecomment-1540268769
@karunpoudel-chr breaking change is something which stops the code from compiling / running, so this is normal. If you want to avoid adding `kubernetes_conn_id=None` to all the tasks, you can create the connection `kubernetes_default` and configure it to access the cluster, it's the recommended way to configure the hooks. -- 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]
