Skip to content

Code is loading and never shown #66020

@martin-ubm

Description

@martin-ubm

Under which category would you file this issue?

Airflow Core

Apache Airflow version

3.2.1

What happened and how to reproduce it?

After upgrading to Airflow 3.2.1, the DAG code is not loading:

Image

Same goes for Default Args and Params in Details tab:

Image

This worked in Airflow 3.1.8.

What you think should happen instead?

Code and parameters should be loaded and shown on screen.

Operating System

No response

Deployment

Official Apache Airflow Helm Chart

Apache Airflow Provider(s)

No response

Versions of Apache Airflow Providers

apache-airflow-providers-amazon==9.25.0
apache-airflow-providers-celery==3.18.0
apache-airflow-providers-cncf-kubernetes==10.16.0
apache-airflow-providers-common-compat==1.14.3
apache-airflow-providers-common-io==1.7.2
apache-airflow-providers-common-messaging==2.0.3
apache-airflow-providers-common-sql==1.34.0
apache-airflow-providers-docker==4.5.5
apache-airflow-providers-elasticsearch==6.5.2
apache-airflow-providers-fab==3.6.1
apache-airflow-providers-ftp==3.14.3
apache-airflow-providers-git==0.3.1
apache-airflow-providers-google==21.1.0
apache-airflow-providers-grpc==3.9.4
apache-airflow-providers-hashicorp==4.5.2
apache-airflow-providers-http==6.0.2
apache-airflow-providers-microsoft-azure==13.1.1
apache-airflow-providers-mysql==6.5.2
apache-airflow-providers-odbc==4.12.2
apache-airflow-providers-openlineage==2.14.0
apache-airflow-providers-postgres==6.6.3
apache-airflow-providers-redis==4.4.4
apache-airflow-providers-sendgrid==4.2.2
apache-airflow-providers-sftp==5.7.3
apache-airflow-providers-slack==9.10.0
apache-airflow-providers-smtp==2.4.5
apache-airflow-providers-snowflake==6.12.1
apache-airflow-providers-ssh==5.0.0
apache-airflow-providers-standard==1.12.3

Official Helm Chart version

1.21.0 (latest released)

Kubernetes Version

1.33.4

Helm Chart configuration

...
dagProcessor:
  dagBundleConfigList:
    - name: s3-dags
      classpath: "airflow.providers.amazon.aws.bundles.s3.S3DagBundle"
      kwargs:
        aws_conn_id: aws_default
        bucket_name: airflow-dags
        prefix: platform/
        refresh_interval: 60
....

Docker Image customizations

We add:

  • pyspark
  • pandas
  • numpy
  • pyarrow
  • polars

Anything else?

We run Airflow in an air-gapped environment without Internet access.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:UIRelated to UI/UX. For Frontend Developers.area:corekind:bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yet

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions