Skip to content
#

airflow

Here are 1,046 public repositories matching this topic...

tronlightracer
tronlightracer commented Apr 28, 2022

Apache Airflow version

2.2.5 (latest released)

What happened

When running this dag:

from airflow.models import DAG
from airflow.operators.python import PythonOperator
from airflow.models.renderedtifields import RenderedTaskInstanceFields as rtif
from airflow import settings

import datetime


def template_ext_func(**context):
        file = context['templates_dict']['file
karlaspuldaro
karlaspuldaro commented Feb 7, 2022

Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra, as well as add more tests to existing extensions.

This is an umbrella issue - subtasks can be delivered in separate PRs.

Pipeline Editor

  • Test Pipeline Service (runtime types, runtimes, runtime images
kind:enhancement good first issue component:test area:front-end

Improve this page

Add a description, image, and links to the airflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the airflow topic, visit your repo's landing page and select "manage topics."

Learn more