Airflow 3.1.7.0 (DEP 10.1.0) Release Notes

The following notes relate specifically to the HPE Data Fabric Distribution for Apache Airflow. You may also be interested in the Apache Airflow home page.
Airflow Version 3.1.7.0
Airflow Version 0.1.2
Release Date April 2026
HPE Version Interoperability See Ecosystem Pack Components and OS Support.
Source on GitHub https://github.com/mapr/airflow
GitHub Release Tag 3.1.7.0-dep-1010
Package Names Navigate to https://package.ezmeral.hpe.com/releases/MEP/, and select your EEP(MEP) and OS to view the list of package names.
Documentation

New in This Release

  • Updated the Airflow version to 3.1.7
  • Added Airflow REST client package mapr-airflowctl

Known Issues and Limitations

  • The Installer can install Airflow, but cannot set up Postgre or MySQL as the backend database for Airflow. The default Airflow database is SQLite.
  • Apache PySpark has a lot of CVEs, and was removed from default Airflow dependencies. For installation, follow the instructions.
    To use Spark JDBC operator/hook from Apache provider, install pyspark. Perform the following steps:
    1. Run <airflow_home>/build/env/bin/activate
    2. Run pip install pyspark==3.5.5
    3. Run deactivate
    NOTE
    This doesn't affect Ezmeral Spark provider.
  • If repair_pip_depends.sh script failed with following error, need to execute script again:
    subprocess.CalledProcessError: Command 'krb5-config --libs gssapi' returned non-zero exit 		 status 127.
     [end of output]