Skip to content
#

airflow

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

jsertel
jsertel commented May 10, 2022

Apache Airflow version

2.1.2

What happened

There are multiple ways an Oracle connection can be specified. the get_conn() method contains logic to check for these various options. However, get_uri just returns the user and password without the other paramaters.

What you think should happen instead

get_uri should make use of the logic in get_conn() to get the proper conne

SbloodyS
SbloodyS commented May 9, 2022

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

Missing right click to start single task instance job's guide in workflow definition detail page

What you expected to happen

aboved.

How to reproduce

aboved.

Anything else

No response

Version

dev

bug good first issue document
ptitzler
ptitzler commented May 9, 2022

Is your feature request related to a problem? Please describe.
The elyra-pipeline CLI displays a documentation link when help is invoked, e.g.

$ elyra-pipeline --help
Usage: elyra-pipeline [OPTIONS] COMMAND [ARGS]...

  Run Elyra pipelines in your local environment or submit them to an external
  service, such as Kubeflow Pipelines or Apache Airflow.

  Find more information at:
kind:enhancement good first issue help wanted component:cli-tools

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