示例#1
0
def config_options():
    return CWDataSource.DATA_SOURCE_CONFIGURATION_CLS(**{
        'type': 'cw',
        'name': 'cw',
        'region': 'eu-west-1',
        'profile': 'sandbox',
    })
示例#2
0
def config():
    return CWDataSource.DATA_SOURCE_CONFIGURATION_CLS(**{
        'type': 'cw',
        'name': 'cw',
    })