airflow
Here are 438 public repositories matching this topic...
Summary
It would be nice if there were a dropdown or auto-complete for the label filter input.
Motivation
Unless you happen to know the exact text of the label you're trying to filter by, it's difficult to apply filters. It's also not immediately obvious in the UI that the label should be expressed as key=value.
Proposal
I think the label text box input should be replaced wi
File "/root/miniconda3/bin/pipeline", line 11, in <module>
sys.exit(_main())
File "/root/miniconda3/lib/python3.7/site-packages/cli_pipeline/cli_pipeline.py", line 5734, in _main
_fire.Fire()
File "/root/miniconda3/lib/python3.7/site-packages/fire/core.py", line 127, in Fire
component_trace = _Fire(component, args, context, name)
Fil
Remove pip cache
Ex:
&& rm -rf \
/var/lib/apt/lists/* \
/tmp/* \
/var/tmp/* \
/usr/share/man \
/usr/share/doc \
- /usr/share/doc-base
+ /usr/share/doc-base \
+ /root/.cache/pip
Ref: https://pip.pypa.io/en/stable/reference/pip_install/#caching
-
Updated
Jul 3, 2020
- 安装linkis jobtypes
按照官方安装文档进行自动化安装,执行sh install.sh最后一步报错:{"error":"Missing required parameter 'execid'."}。并没有看到文档中所说的“如果安装成功最后会打印:{"status":"success"}”,但是能在azkaban的/plugins/jobtypes目录下看到已经安装好的linkis任务插件。通过排查在安装脚本最后一步会去调用"curl http://azkaban_ip:executor_port/executor?action=reloadJobTypePlugins"进行插件的刷新。重启azkaban executor日志中看到已经加载了插件的信息 `INFO [JobTypeManager][Azkaban] Loaded jobtype linkis
-
Updated
Jun 23, 2020 - Python
-
Updated
Mar 9, 2020 - Python
the curl in the book is curl -XGET 'localhost:9200/agile_data_science/airplanes/_search?q=*' which is incorrect.
"airplanes" should not be plural, but singular. Correct line is: curl -XGET 'localhost:9200/agile_data_science/airplane/_search?q=*'
-
Updated
Mar 5, 2020 - Python
The vendors/k8s.io/ directory structure has changed since the guide was written and the Makefile needs to be updated to reflect the change
-
Updated
May 27, 2020 - Python
-
Updated
Jun 17, 2020 - Python
-
Updated
Jul 24, 2018 - Python
-
Updated
Feb 28, 2020 - Python
-
Updated
Dec 24, 2019 - Python
-
Updated
Dec 12, 2019 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Nov 27, 2018
-
Updated
Jun 14, 2020 - Jupyter Notebook
The UI has changed and we can't create a new DAG instance there. The readme should reflect this if that is indeed the case. We'll update this after the dag creation for the fx_usage_report.
-
Updated
Dec 9, 2019 - Shell
-
Updated
Jun 23, 2020 - PLpgSQL
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."

Description
Hello,
A guide that describes how to use Apache Pig software operators would be useful.
Other guides are available:
https://airflow.readthedocs.io/en/latest/howto/operator/index.html
Are you wondering how to start contributing to this project? Start by reading our contributor guide
Best regards,
Kami