#!/usr/bin/env python
from data_pipeline.tools.refresh_job import FullRefreshJob

FullRefreshJob().start()
