Skip to content

Instantly share code, notes, and snippets.

sudo airflow webserver -p 8080
[2016-08-13 01:17:57,535] {__init__.py:36} INFO - Using executor SequentialExecutor
[2016-08-13 01:17:57,769] {driver.py:120} INFO - Generating grammar tables from /usr/lib/python2.7/lib2to3/Grammar.txt
[2016-08-13 01:17:57,804] {driver.py:120} INFO - Generating grammar tables from /usr/lib/python2.7/lib2to3/PatternGrammar.txt
____________ _____________
____ |__( )_________ __/__ /________ __
____ /| |_ /__ ___/_ /_ __ /_ __ \_ | /| / /
___ ___ | / _ / _ __/ _ / / /_/ /_ |/ |/ /
_/_/ |_/_/ /_/ /_/ /_/ \____/____/|__/
starting loop
starting loop
starting loop
starting loop
starting loop
starting loop
starting loop
starting loop
starting loop
starting loop
import sys
import json
from pprint import pprint
sys.path.append('/var/zentripprocessing')
sys.path.append('/var/zentripprocessing/createTripPDFReports')
from ProducePDF_FromServerTrip import producePDFReportFromJSON
with open('/var/test.json') as json_file: