Airflow Metadata Database
前言最近打算读取和修改Airflow metadata DB数据,完成用户权限管理,还有获取Airflow dags tasks运行信息后来修改Airflow API设置,发现2.2.4版本stable rest API功能很多,上面需求基本上可以通过call API完成既然花时间了解Airflow metadata table,干脆写个文章记录下本文章只针对Airflow 2.2.4版本,转载请注明来自 Nero Blog!
Airflow基本介绍Airflow基础概念: Airflow ConceptsAirflow概述: Airflow OverviewAirflow官方网站提到: 了解Airflow DB架构主要帮助排查故障和学习,不建议直接访问或者修改DB数据
It might be changed at any time and you should not directly access the database to retrieve information from it or modify the data - you should use REST API ...
pip index versions
前言本文以安装pylibmc为例公司私有的nexus仓库,package version相比公有nexus仓库会少一些在pip install pylibmc之前,会用pip install pylibmc==先查询nexus仓库有那些version
pip install pylibmc== 带来的问题由于pip下载python package的特性,pip install pylibmc== 不指定version情况下,有0.0.0 version的package会直接下载,而不是输出Could not find a version的error信息
这个问题,虽然可以指定一个不存在的version (pip install pylibmc==blork)来解决,但是pip官方有提到,这种error信息输出是实验性质,21.1以后的version会有改动
Note that this command is experimental, and might change in the future!
因此依赖Could not find a version这个erro ...
博客搭建命令
hexo 命令行下载butterfly主题命令12npm i hexo-theme-butterflynpm update hexo-theme-butterfly
下载hexo插件命令点击查看命令
pug以及stylus的渲染器1npm install hexo-renderer-pug hexo-renderer-stylus --save
静态代码挂载到GitHub1npm install hexo-deployer-git --save
本地搜索系统1npm install hexo-generator-search --save
文章字数统计1npm install hexo-wordcount --save
lived2d框架和模型12npm install --save hexo-helper-live2dnpm install --save live2d-widget-model-wanko
留言板1npm install hexo-butterfly-envelope --save
页脚GitHub徽标1npm install hexo-butterfly-f ...