GitHub user SaraNofa added a comment to the discussion: I am Airflow Newbies. 
Need help to set Auto-Refresh

Hello @Pedrinhonitz ,

Thanks for replied

I am using - airflow:2.8.1. Dockerfile as below

`FROM apache/airflow:2.8.1

RUN pip install apache-airflow apache-airflow-providers-apache-spark pyspark 
pymysql pandas mysql-connector-python

USER root

RUN apt-get update && \
    apt-get install -y openjdk-17-jdk && \
    apt-get install wget && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/*

ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
ENV PATH=$PATH:$JAVA_HOME/bin

USER airflow`

I will upgrade into - airflow:2.10.4

Will share later

GitHub link: 
https://github.com/apache/airflow/discussions/67448#discussioncomment-17055095

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to