书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 207 个相关结果.
  • 插件

    3280 2019-02-17 《Airflow 中文文档》
    插件 做什么的? 为什么要建立在Airflow之上? 接口 示例 注意基于角色的视图 插件 译者:@ImPerat0R_ Airflow内置了一个简单的插件管理器,可以通过简单地删除$AIRFLOW_HOME/plugins 文件夹中的文件,将外部功能集成到其核心。 plugins 文件夹中的python模块将被导入,钩子 ,操...
  • 安全

    3267 2019-02-17 《Airflow 中文文档》
    安全 Web身份验证 密码 LDAP 滚动你自己 多租户 Kerberos的 限制 启用kerberos 空气流动 Hadoop的 使用kerberos身份验证 OAuth身份验证 GitHub Enterprise(GHE)身份验证 设置GHE身份验证 在github.com上使用GHE身份验证 Google身份验证 设置Goo...
  • DAG Serialization

    DAG Serialization Dag Serialization Settings Limitations Using a different JSON Library DAG Serialization In order to make Airflow Webserver stateless, Airflow >=1.10.7 suppo...
  • Templates

    Templates reference Variables Airflow Variables in Templates Airflow Connections in Templates Filters Macros Templates reference Variables, macros and filters can be used i...
  • BashOperator

    BashOperator Templating Skipping Troubleshooting Jinja template not found BashSensor BashOperator Use the BashOperator to execute commands in a Bash shell. airflow/examp...
  • Executor

    Executor Executor Types Executor Executors are the mechanism by which task instances get run. They have a common API and are “pluggable”, meaning you can swap executors based ...
  • TaskFlow

    TaskFlow Context Logging Passing Arbitrary Objects As Arguments Custom Objects Object Versioning Sensors and the TaskFlow API History TaskFlow New in version 2.0. If you...
  • Listeners

    Listeners Lifecycle Events TaskInstance State Change Events Usage Listeners You can write listeners to enable Airflow to notify you when events happen. Pluggy powers these l...
  • Tracking User Activity

    Tracking User Activity Tracking User Activity You can configure Airflow to route anonymous data to Google Analytics , Segment , or Metarouter . Edit airflow.cfg and set the we...
  • Kubernetes

    Kubernetes Helm Chart for Kubernetes Kubernetes Executor KubernetesPodOperator Pod Mutation Hook Kubernetes Apache Airflow aims to be a very Kubernetes-friendly project, and...