potiuk commented on issue #25177: URL: https://github.com/apache/airflow/issues/25177#issuecomment-1192423208
Cool. I will add the flag - it used to be there in old breeze (and will just turn this error into warning - it's not nessary to be run, it's more to make sure we have latest version of tags :) . Re: using in K8S - you really need to update your image. There is potentially a way to install it dynamically in your image but it might be more complex than rebuilding the image: See https://airflow.apache.org/docs/docker-stack/entrypoint.html#installing-additional-requirements * you have to make the package available to your image (for example you can place it in DAGs folder or plugins folder) Set env variable for your deployment: `_PIP_ADDITIONAL_REQUIREMENTS="<fulll_path_to_the_package>"` Then whenever any of the components start it will install the package before running anyhing -- 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]
