DATASOURCES = { 0: 'mysql', 1: 'hive', } CONSTANTS = { 'DATASOURCES': DATASOURCES } RUN_STATUS = { 'success': 1, 'failed': 0, 'running': 2 }