#!/usr/bin/env python
from data_pipeline.tools.copy_table_to_blackhole_table import FullRefreshRunner

FullRefreshRunner().start()
