airflow
Here are 858 public repositories matching this topic...
Variable substitution does not work for `ConfigMapKeySelector` at global `Workflow` or `Step` level
Summary
Environment
- Latest
argo-workflowsfrommasterinstalled from https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml - Kubernetes version:
v1.22.2 - Minikube version:
v1.23.2 - Mac OS X 11.6
Given the instructions defined here https://github.com/argoproj/argo-workflows/blob/master/docs/variables.md I expect that vari
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
In we merge PR apache/dolphinscheduler#6182 by accident, in apache/dolphinscheduler#6182 (comment) we know that we should make this unittest wor
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Nov 2, 2021 - Shell
-
Updated
Oct 21, 2021 - Shell
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
Is your feature request related to a problem? Please describe.
We currently only create and push tags in our release script. To bring Elyra more in line with similar projects (such as JupyterLab), we could consider adding Github releases as well.
Current:
<img width="164" alt="Screen Shot 2021-10-08 at 3 20 36 PM" src="https://user-images.githubusercontent.com/31816267/136620475-35651a55-
-
Updated
Aug 30, 2021 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Nov 5, 2021
The load_dotted_path raises the following error if unable to load the module:
Traceback (most recent call last):
File "/Users/Edu/Desktop/import-error/script.py", line 4, in <module>
load_dotted_path('tests.quality.fn')
File "/Users/Edu/dev/ploomber/src/ploomber/util/dotted_path.py", line 128, in load_dotted_path
module = importlib.import_module(mod)
File "/Users/-
Updated
Mar 5, 2020 - Python
-
Updated
Oct 16, 2021 - 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
Nov 5, 2021 - Python
-
Updated
Oct 29, 2021 - Jupyter Notebook
-
Updated
Oct 10, 2021 - Python
-
Updated
Nov 6, 2021 - Jupyter Notebook
-
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
Oct 18, 2021 - Python
-
Updated
Jul 24, 2018 - Python
-
Updated
Nov 2, 2021 - Smarty
-
Updated
Aug 9, 2021 - Python
-
Updated
Jan 26, 2021 - Python
-
Updated
Aug 30, 2021 - Python
-
Updated
Nov 5, 2021 - Shell
-
Updated
Oct 18, 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."


Body
We have hive macros in Airflow core:
https://github.com/apache/airflow/blob/main/airflow/macros/hive.py
These macros needs to be moved to provider:
https://github.com/apache/airflow/tree/main/airflow/providers/apache/hive
Committer