Skip to content
#

apache-airflow

Here are 224 public repositories matching this topic...

ankurbajaj9
ankurbajaj9 commented May 30, 2022

Apache Airflow version

2.3.1 (latest released)

What happened

my webhdfs is running behind a proxy.
I need to give a complicated URL and do not want to add port in front of the URL

So there are two options

  1. use Schema to add stuff before webhdfs/v1
  2. make adding of port optional so that complete url before webhdfs can be provided in the hostname

What you think should happ

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
nooraangelva
nooraangelva commented Aug 4, 2021

Summary

What change needs making?
Example script on how to use created secret successfully.
I have tried myself using the following code from test
It creates a secret successfully but fails to echo the secrets value.

Use Cases

When would you use this?
when I n

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the apache-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 apache-airflow topic, visit your repo's landing page and select "manage topics."

Learn more