项目作者: leoChaoGlut

项目描述 :
A python script for presto ETL jobs.
高级语言: Python
项目地址: git://github.com/leoChaoGlut/presto-etl-executor.git
创建时间: 2017-11-22T09:04:47Z
项目社区:https://github.com/leoChaoGlut/presto-etl-executor

开源协议:

下载


presto-etl-executor

Intro

  • A python script for presto ETL jobs.

    Major Functions:

  • Execute sql files in order
  • Replace placeholders inside sql files with prepared args

    Usage

  • python3 sql-flow-executor.py presto.host=${} presto.port=${} presto.user=${} ......
  • See src code -> sql-flow-executor.py

    Links

  • http://blog.csdn.net/lc0817/article/details/78606196