书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 202 个相关结果.
  • Upgrading from 1.10 to 2

    Upgrading from 1.10 to 2 Step 1: Switch to Python 3 Step 2: Upgrade to 1.10.15 Step 3: Run the Upgrade check scripts Step 4: Switch to Backport Providers Step 5: Upgrade Airflo...
  • Installation

    Installation Using released sources Using PyPI Using Production Docker Images Using Official Airflow Helm Chart Using Managed Airflow Services Using 3rd-party images, charts, ...
  • 安装

    4102 2019-02-17 《Airflow 中文文档》
    安装 获取Airflow 额外的扩展包 初始化Airflow数据库 安装 译者:@ThinkingChen 获取Airflow 安装最新稳定版Airflow的最简单方法是使用pip : pip install apache - airflow 您还可以安装Airflow的一些别的支持功能组件,例如 s3 或者 pos...
  • Define an operator extra link

    Define an operator extra link Add or override Links to Existing Operators Define an operator extra link The following code shows how to add extra links to an operator via Plu...
  • Modules Management

    Modules Management How package/modules loading in Python works Typical structure of packages Built-in PYTHONPATH entries in Airflow Best practices for module loading Use unique...
  • Set up a Database Backend

    Set up a Database Backend Choosing database backend Database URI Setting up a SQLite Database Setting up a PostgreSQL Database Setting up a MySQL Database Setting up a MsSQL D...
  • Quick Start

    Quick Start What’s Next? Quick Start This quick start guide will help you bootstrap an Airflow standalone instance on your local machine. Note Successful installation require...
  • 使用Mesos扩展(社区贡献)

    1857 2019-02-17 《Airflow 中文文档》
    使用Mesos扩展(社区贡献) 任务直接在mesos slave上执行 在mesos slave上的容器中执行的任务 使用Mesos扩展(社区贡献) 译者:@ImPerat0R_ 、@ThinkingChen 有两种方法可以将Airflow作为mesos框架运行: 想要直接在mesos slaves上运行Airflow任务,要求每个...
  • Plugins

    Plugins What for? Why build on top of Airflow? When are plugins (re)loaded? Interface Example Exclude views from CSRF protection Plugins as Python packages Automatic reloadi...
  • Overview

    What is Airflow? Workflows as code Why Airflow? Why not Airflow? What is Airflow? Apache Airflow is an open-source platform for developing, scheduling, and monitoring batch-...