airflow
Here are 1,063 public repositories matching this topic...
PodPriority should be deprecated from workflow spec since Kubernetes uses PodPriorityClass to indicate the importance and priority of a pod relative to others.
https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Jan 27, 2022 - Shell
-
Updated
Mar 19, 2022 - Shell
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:
-
Updated
Feb 2, 2022 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
May 16, 2022 - Python
-
Updated
May 17, 2022 - Python
-
Updated
May 4, 2022 - Python
-
Updated
Mar 5, 2020 - Python
Sending a rest call to delete a job specification throws 404 where as grpc call works fine. Steps to reproduce
curl -X DELETE "http://localhost:9100/v1/project/my-project/namespace/kush/helloworld" -H "accept: application/json"-
Updated
Oct 29, 2021 - Jupyter Notebook
-
Updated
Apr 22, 2022 - Python
-
Updated
Oct 10, 2021 - Python
-
Updated
Apr 17, 2022 - Jupyter Notebook
-
Updated
May 16, 2022 - Smarty
-
Updated
May 17, 2022 - Java
-
Updated
Dec 16, 2020 - Python
Currently the env variables injected are specific to this docker image https://github.com/barney-s/docker-airflow
Align it with https://github.com/puckel/docker-airflow and make necessary changes in the operator to make it work with both.
related to GoogleCloudPlatform/airflow-operator#10
-
Updated
Jul 24, 2018 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Mar 1, 2022 - Python
-
Updated
May 17, 2022 - Python
-
Updated
Jan 26, 2021 - Python
Improve this page
Add a description, image, and links to the airflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the airflow topic, visit your repo's landing page and select "manage topics."
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