heruji ba24248a41 更新 'README.md' | há 2 anos atrás | |
---|---|---|
docs | há 2 anos atrás | |
elyra | há 2 anos atrás | |
etc | há 2 anos atrás | |
packages | há 2 anos atrás | |
scripts | há 2 anos atrás | |
tests | há 2 anos atrás | |
testutils | há 2 anos atrás | |
.bumpversion.cfg | há 4 anos atrás | |
.eslintrc.json | há 2 anos atrás | |
.gitattributes | há 2 anos atrás | |
.gitignore | há 2 anos atrás | |
.lintstagedrc | há 4 anos atrás | |
.prettierrc | há 4 anos atrás | |
LICENSE | há 2 anos atrás | |
MANIFEST.in | há 2 anos atrás | |
Makefile | há 2 anos atrás | |
README.md | há 2 anos atrás | |
build_requirements.txt | há 2 anos atrás | |
conftest.py | há 2 anos atrás | |
create-release.py | há 2 anos atrás | |
cypress.json | há 3 anos atrás | |
lerna.json | há 2 anos atrás | |
lint_requirements.txt | há 2 anos atrás | |
package.json | há 2 anos atrás | |
pyproject.toml | há 2 anos atrás | |
pytest.ini | há 2 anos atrás | |
setup.cfg | há 2 anos atrás | |
setup.py | há 2 anos atrás | |
test_requirements.txt | há 2 anos atrás | |
tsconfig.base.json | há 2 anos atrás | |
tsconfig.json | há 3 anos atrás | |
yarn.lock | há 2 anos atrás |
该组件为 JupyterLab 提供了一个 DAG 的可视化编辑组件, 能够将 Notebook 或 Python 脚本连接形成工作流, 并基于 Airflow 做定时调度执行. 本项目 fork 自 https://github.com/elyra-ai/elyra, 在官方代码的基础上进行二次开发.
make install
配置文件路径:
<sys-prefix>/share/jupyter/metadata/runtimes/<文件名>.json
对应的 JupyterHub Docker 镜像的挂载路径:
/usr/local/share/jupyter/metadata/runtimes/yili-test.json
配置文件样例 (yili-test.json):
{
"display_name": "yili-test",
"metadata": {
"tags": [],
"display_name": "yili-test",
"user_namespace": "airflow01",
"git_type": "GITLAB",
"github_api_endpoint": "http://XXXX/",
"api_endpoint": "http://XXXX/",
"github_repo": "repo/dags",
"github_branch": "master",
"github_repo_token": "XXXXXXXXXXXX",
"cos_auth_type": "USER_CREDENTIALS",
"cos_endpoint": "http://XXXX/",
"cos_bucket": "mybucket",
"cos_username": "local",
"cos_password": "local1234",
"runtime_type": "APACHE_AIRFLOW"
},
"schema_name": "airflow"
}