heruji ba24248a41 更新 'README.md' | il y a 2 ans | |
---|---|---|
docs | il y a 2 ans | |
elyra | il y a 2 ans | |
etc | il y a 2 ans | |
packages | il y a 2 ans | |
scripts | il y a 2 ans | |
tests | il y a 2 ans | |
testutils | il y a 2 ans | |
.bumpversion.cfg | il y a 4 ans | |
.eslintrc.json | il y a 2 ans | |
.gitattributes | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.lintstagedrc | il y a 4 ans | |
.prettierrc | il y a 4 ans | |
LICENSE | il y a 2 ans | |
MANIFEST.in | il y a 2 ans | |
Makefile | il y a 2 ans | |
README.md | il y a 2 ans | |
build_requirements.txt | il y a 2 ans | |
conftest.py | il y a 2 ans | |
create-release.py | il y a 2 ans | |
cypress.json | il y a 3 ans | |
lerna.json | il y a 2 ans | |
lint_requirements.txt | il y a 2 ans | |
package.json | il y a 2 ans | |
pyproject.toml | il y a 2 ans | |
pytest.ini | il y a 2 ans | |
setup.cfg | il y a 2 ans | |
setup.py | il y a 2 ans | |
test_requirements.txt | il y a 2 ans | |
tsconfig.base.json | il y a 2 ans | |
tsconfig.json | il y a 3 ans | |
yarn.lock | il y a 2 ans |
该组件为 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"
}