Stream Routes

token_auth = dmda.DomoTokenAuth(
    domo_instance=os.environ['DOMO_INSTANCE'],
    domo_access_token=os.environ["DOMO_ACCESS_TOKEN"],
)

source

get_streams

 get_streams (auth:domolibrary.client.DomoAuth.DomoAuth,
              loop_until_end:bool=True, session:httpx.AsyncClient=None,
              debug_num_stacks_to_drop=1, parent_class:str=None,
              debug_api:bool=False, debug_loop:bool=False,
              return_raw:bool=False, skip:int=0, maximum:int=1000)

streams do not appear to be reycled, not recommended for use as will return a virtually limiltess number of streams instead use get_by_id


source

Streams_GET_Error

 Streams_GET_Error (res, message=None)

base exception

# not recommended for use.
await get_streams(
    auth=token_auth,
    debug_loop=True,
    debug_api=False,
    loop_until_end=False,
    maximum=100,)

🚀 Retrieving records 0 through 100 via https://domo-community.domo.com/api/data/v1/streams/
{'all_rows': 100, 'new_records': 100}
skip: 0, limit: 100

🎉 Success - 100 records retrieved from https://domo-community.domo.com/api/data/v1/streams/ in query looper
ResponseGetData(status=200, response=[{'id': 1, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd40b1f41-8847-4d2a-884b-d45f3ba1aaec', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425528.0, 'createdBy': 27, 'modifiedAt': 1580425528.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 1, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 2, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '8a83e4ac-4cd7-4ce3-b503-3bd7a33d63f4', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425530.0, 'createdBy': 27, 'modifiedAt': 1580425530.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 2, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 3, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'c9590205-41d7-40ae-bcfa-0fb244504dda', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425531.0, 'createdBy': 27, 'modifiedAt': 1580425531.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 3, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 4, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'UPLOAD', 'description': None, 'version': None}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'excel', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd6facc6c-3c40-4351-ac26-cebce25033b5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425534.0, 'createdBy': 27, 'modifiedAt': 1580425534.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 4, 'category': 'STREAM', 'name': 'includesHeader', 'type': 'string', 'value': 'false'}, {'streamId': 4, 'category': 'STREAM', 'name': 'fileName', 'type': 'string', 'value': 'Sample Data.xlsx'}, {'streamId': 4, 'category': 'STREAM', 'name': 'schema', 'type': 'string', 'value': ''}, {'streamId': 4, 'category': 'STREAM', 'name': 'encoding', 'type': 'string', 'value': 'UTF-8'}, {'streamId': 4, 'category': 'STREAM', 'name': 'processingOptions', 'type': 'string', 'value': '{"sheet":"Sample Data.csv","layoutType":"COLUMN","mismatchType":"STOP_PARSING","generateHeaderOnDuplicate":true,"generateMissingHeaders":true,"duplicateMergedCellData":false,"inferDataSchema":false}'}, {'streamId': 4, 'category': 'STREAM', 'name': 'discoveredSheets', 'type': 'string', 'value': '["Sample Data.csv"]'}, {'streamId': 4, 'category': 'STREAM', 'name': 'skipRows', 'type': 'string', 'value': '0'}, {'streamId': 4, 'category': 'STREAM', 'name': 'delimiter', 'type': 'string', 'value': ','}, {'streamId': 4, 'category': 'STREAM', 'name': 'quote', 'type': 'string', 'value': '"'}, {'streamId': 4, 'category': 'STREAM', 'name': 'importEnabled', 'type': 'string', 'value': 'true'}, {'streamId': 4, 'category': 'STREAM', 'name': 'processorClass', 'type': 'string', 'value': 'excel'}, {'streamId': 4, 'category': 'STREAM', 'name': 'excludeEmptyRows', 'type': 'string', 'value': 'true'}, {'streamId': 4, 'category': 'STREAM', 'name': 'fileId', 'type': 'string', 'value': '19'}, {'streamId': 4, 'category': 'STREAM', 'name': 'updateFrequency', 'type': 'long', 'value': '0'}, {'streamId': 4, 'category': 'STREAM', 'name': 'lineSeparator', 'type': 'string', 'value': '\n'}, {'streamId': 4, 'category': 'STREAM', 'name': 'comment', 'type': 'string', 'value': '#'}, {'streamId': 4, 'category': 'STREAM', 'name': 'transportId', 'type': 'string', 'value': 'UPLOAD'}]}, {'id': 5, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '7a086940-fafb-43d0-adde-9084a89d9202', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425539.0, 'createdBy': 27, 'modifiedAt': 1580425539.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 5, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 6, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd9036f44-e465-4a7c-99f1-60c7dc706014', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425541.0, 'createdBy': 27, 'modifiedAt': 1580425541.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 6, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 7, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '0fe2916b-d783-4114-8589-28a9f04aa569', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425542.0, 'createdBy': 27, 'modifiedAt': 1580425542.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 7, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 8, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '12828d62-0877-450d-b4bb-152867acc120', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425543.0, 'createdBy': 27, 'modifiedAt': 1580425543.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 8, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 9, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'a8adfa93-058e-4780-ba21-09ad5d0ce4a6', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425544.0, 'createdBy': 27, 'modifiedAt': 1580425544.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 9, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 10, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '30bb62f1-0dc7-48cf-9f49-1d2bd1bcd9a7', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425545.0, 'createdBy': 27, 'modifiedAt': 1580425545.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 10, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 11, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'c9dae434-e207-4e4d-a2a1-0efdd8ee68de', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425546.0, 'createdBy': 27, 'modifiedAt': 1580425546.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 11, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 12, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'b6f39314-57b9-4f92-8915-6cf297c3fb99', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425547.0, 'createdBy': 27, 'modifiedAt': 1580425547.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 12, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 13, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'CONNECTOR', 'description': 'com.domo.connector.sampledata', 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'sample-data', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'fd72fe1f-28dd-493b-be2e-674102c733e3', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': '0 0 0 29 2 ?', 'scheduleStartDate': None, 'advancedScheduleJson': '{"type":"DAY","timezone":"UTC","at":"10:30 AM"}', 'scheduleRetryExpression': 'MANUAL', 'scheduleRetryCount': 0, 'lastExecution': {'streamId': 13, 'executionId': 232, 'toe': 'VPD60V2H4S-PM27G-29VQH', 'startedAt': 1709164861.0, 'endedAt': 1709164916.0, 'updateMethod': 'REPLACE', 'index': True, 'retryCount': 0, 'retryExecution': None, 'containerManagerId': 'cm-44368e3e-60cd-46f0-aa0e-8b4a155a79df', 'uploadId': 233, 'indexRequestKey': 20240229000155.445, 'currentState': 'SUCCESS', 'runType': 'AUTOMATED', 'createdAt': 1709164861.0, 'modifiedAt': 1709164916.0, 'latestPhase': None, 'currentPhase': None, 'removed': False, 'rowsInserted': 13671, 'bytesInserted': 5956520, 'startedBy': None, 'cancelledBy': None, 'dataTag': None, 'peakMemoryUsedBytes': None, 'peakMemoryCommittedBytes': None, 'exportable': False, 'manualIndex': False, 'errors': []}, 'lastSuccessfulExecution': {'streamId': 13, 'executionId': 232, 'toe': 'VPD60V2H4S-PM27G-29VQH', 'startedAt': 1709164861.0, 'endedAt': 1709164916.0, 'updateMethod': 'REPLACE', 'index': True, 'retryCount': 0, 'retryExecution': None, 'containerManagerId': 'cm-44368e3e-60cd-46f0-aa0e-8b4a155a79df', 'uploadId': 233, 'indexRequestKey': 20240229000155.445, 'currentState': 'SUCCESS', 'runType': 'AUTOMATED', 'createdAt': 1709164861.0, 'modifiedAt': 1709164916.0, 'latestPhase': None, 'currentPhase': None, 'removed': False, 'rowsInserted': 13671, 'bytesInserted': 5956520, 'startedBy': None, 'cancelledBy': None, 'dataTag': None, 'peakMemoryUsedBytes': None, 'peakMemoryCommittedBytes': None, 'exportable': False, 'manualIndex': False, 'errors': []}, 'currentExecution': None, 'currentExecutionState': 'SUCCESS', 'createdAt': 1580425550.0, 'createdBy': 27, 'modifiedAt': 1709164916.0, 'modifiedBy': -1, 'scheduleState': 'ACTIVE', 'scheduleAssertion': True, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'RowsRead[0]', 'type': 'string', 'value': '13671'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'message[0]', 'type': 'string', 'value': 'data insertion success'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'message[1]', 'type': 'string', 'value': 'Successfully authenticated.'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'dataHubDatasourceId[0]', 'type': 'string', 'value': '4531d1b5-13ac-405b-9151-14697d2c4ae9'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'uploadMethod[0]', 'type': 'string', 'value': 'SINGLE'}, {'streamId': 13, 'category': 'METADATA', 'name': 'updatemode.mode', 'type': 'string', 'value': 'Replace'}, {'streamId': 13, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'rowsInserted[0]', 'type': 'string', 'value': '13671'}, {'streamId': 13, 'category': 'METADATA', 'name': 'updatemode', 'type': 'string', 'value': 'replace'}, {'streamId': 13, 'category': 'METADATA', 'name': 'retry.retryNumber', 'type': 'string', 'value': '0'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'columnCount[0]', 'type': 'string', 'value': '38'}, {'streamId': 13, 'category': 'METADATA', 'name': 'connectorReport', 'type': 'string', 'value': 'Salesforce - Opportunity and Days Spent Before Close'}, {'streamId': 13, 'category': 'METADATA', 'name': 'connectorName', 'type': 'string', 'value': 'Custom'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'dataHubSchemaId[0]', 'type': 'string', 'value': '1'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'code[0]', 'type': 'string', 'value': '2000'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'code[1]', 'type': 'string', 'value': '2500'}, {'streamId': 13, 'category': 'CONNECTOR_RESULT', 'name': 'dataHubDataId[0]', 'type': 'string', 'value': '467'}]}, {'id': 14, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '23530f8c-6c24-4b88-9bbd-3bb05992d240', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425552.0, 'createdBy': 27, 'modifiedAt': 1580425552.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 14, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 15, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '0521c52c-f4ea-47cf-b23d-3db1cc4788c5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425552.0, 'createdBy': 27, 'modifiedAt': 1580425552.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 15, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 16, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '143c8007-27a9-44dd-a916-ad81f09d9077', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425553.0, 'createdBy': 27, 'modifiedAt': 1580425553.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 16, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 17, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '17bcedc0-e997-4653-b5a7-89fe00bd1c0a', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425554.0, 'createdBy': 27, 'modifiedAt': 1580425554.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 17, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 18, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '6093f841-197a-4fb7-861c-65d017d9c544', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425555.0, 'createdBy': 27, 'modifiedAt': 1580425555.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 18, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 19, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'bcefcb46-a322-4423-a976-1287d39616f5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425556.0, 'createdBy': 27, 'modifiedAt': 1580425556.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 19, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 20, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '68fdaed2-11eb-4918-8b99-e2a5e578a2ae', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425557.0, 'createdBy': 27, 'modifiedAt': 1580425557.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 20, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 21, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'CONNECTOR', 'description': 'com.domo.connector.sampledata', 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'sample-data', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '95e72719-d091-4884-850f-c5cfd0e82d60', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': '0 0 0 29 2 ?', 'scheduleStartDate': None, 'advancedScheduleJson': '{"type":"DAY","timezone":"UTC","at":"10:35 AM"}', 'scheduleRetryExpression': 'MANUAL', 'scheduleRetryCount': 0, 'lastExecution': {'streamId': 21, 'executionId': 232, 'toe': '3SKT3DKG4U-3808C-QSQ0M', 'startedAt': 1709166964.0, 'endedAt': 1709166975.0, 'updateMethod': 'REPLACE', 'index': True, 'retryCount': 0, 'retryExecution': None, 'containerManagerId': 'cm-d4e9d22f-1c20-4d02-b576-d58a2deee653', 'uploadId': 233, 'indexRequestKey': 20240229003614.46, 'currentState': 'SUCCESS', 'runType': 'AUTOMATED', 'createdAt': 1709166964.0, 'modifiedAt': 1709166975.0, 'latestPhase': None, 'currentPhase': None, 'removed': False, 'rowsInserted': 6167, 'bytesInserted': 3247135, 'startedBy': None, 'cancelledBy': None, 'dataTag': None, 'peakMemoryUsedBytes': None, 'peakMemoryCommittedBytes': None, 'exportable': False, 'manualIndex': False, 'errors': []}, 'lastSuccessfulExecution': {'streamId': 21, 'executionId': 232, 'toe': '3SKT3DKG4U-3808C-QSQ0M', 'startedAt': 1709166964.0, 'endedAt': 1709166975.0, 'updateMethod': 'REPLACE', 'index': True, 'retryCount': 0, 'retryExecution': None, 'containerManagerId': 'cm-d4e9d22f-1c20-4d02-b576-d58a2deee653', 'uploadId': 233, 'indexRequestKey': 20240229003614.46, 'currentState': 'SUCCESS', 'runType': 'AUTOMATED', 'createdAt': 1709166964.0, 'modifiedAt': 1709166975.0, 'latestPhase': None, 'currentPhase': None, 'removed': False, 'rowsInserted': 6167, 'bytesInserted': 3247135, 'startedBy': None, 'cancelledBy': None, 'dataTag': None, 'peakMemoryUsedBytes': None, 'peakMemoryCommittedBytes': None, 'exportable': False, 'manualIndex': False, 'errors': []}, 'currentExecution': None, 'currentExecutionState': 'SUCCESS', 'createdAt': 1580425560.0, 'createdBy': 27, 'modifiedAt': 1709166975.0, 'modifiedBy': -1, 'scheduleState': 'ACTIVE', 'scheduleAssertion': True, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'RowsRead[0]', 'type': 'string', 'value': '6167'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'message[0]', 'type': 'string', 'value': 'data insertion success'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'message[1]', 'type': 'string', 'value': 'Successfully authenticated.'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'dataHubDatasourceId[0]', 'type': 'string', 'value': '0abe9ecc-dc18-4484-a854-fe3a31d6baa0'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'uploadMethod[0]', 'type': 'string', 'value': 'SINGLE'}, {'streamId': 21, 'category': 'METADATA', 'name': 'updatemode.mode', 'type': 'string', 'value': 'Replace'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'rowsInserted[0]', 'type': 'string', 'value': '6167'}, {'streamId': 21, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}, {'streamId': 21, 'category': 'METADATA', 'name': 'updatemode', 'type': 'string', 'value': 'replace'}, {'streamId': 21, 'category': 'METADATA', 'name': 'retry.retryNumber', 'type': 'string', 'value': '0'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'columnCount[0]', 'type': 'string', 'value': '31'}, {'streamId': 21, 'category': 'METADATA', 'name': 'connectorReport', 'type': 'string', 'value': 'Facilities Requests Resolvers'}, {'streamId': 21, 'category': 'METADATA', 'name': 'connectorName', 'type': 'string', 'value': 'Business in a Box'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'dataHubSchemaId[0]', 'type': 'string', 'value': '1'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'code[0]', 'type': 'string', 'value': '2000'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'code[1]', 'type': 'string', 'value': '2500'}, {'streamId': 21, 'category': 'CONNECTOR_RESULT', 'name': 'dataHubDataId[0]', 'type': 'string', 'value': '468'}]}, {'id': 22, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '570f794b-3e4c-4dbb-a01d-a2bc52394033', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425562.0, 'createdBy': 27, 'modifiedAt': 1580425562.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 22, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 23, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '3de6e488-bab2-4598-b115-fe8836a61802', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425563.0, 'createdBy': 27, 'modifiedAt': 1580425563.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 23, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 24, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '3d7112da-c3c3-493c-9239-41c8ed008591', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425564.0, 'createdBy': 27, 'modifiedAt': 1580425564.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 24, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 25, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '14f73ace-d329-4711-8526-9b207ea822a5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425564.0, 'createdBy': 27, 'modifiedAt': 1580425564.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 25, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 26, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'cab7cc1c-dcb3-47fc-b383-576ff2e34d90', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425566.0, 'createdBy': 27, 'modifiedAt': 1580425566.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 26, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 27, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'cc4cf270-804c-4152-a178-581b4d7572fe', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425566.0, 'createdBy': 27, 'modifiedAt': 1580425566.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 27, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 28, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '4ac019c9-fd3a-4cd0-88c8-4d6d477123a5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425568.0, 'createdBy': 27, 'modifiedAt': 1580425568.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 28, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 29, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '37d221fa-458c-4619-93e9-a2d8bd9c4c37', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425568.0, 'createdBy': 27, 'modifiedAt': 1580425568.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 29, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 30, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd5ac2c00-8be3-4628-b850-cbdb33430c51', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425569.0, 'createdBy': 27, 'modifiedAt': 1580425569.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 30, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 31, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd5558ff3-25be-49be-a5a0-3d4e00aef89c', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425570.0, 'createdBy': 27, 'modifiedAt': 1580425570.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 31, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 32, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'f6a424b7-3f35-424b-bdc8-8902b268b741', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425571.0, 'createdBy': 27, 'modifiedAt': 1580425571.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 32, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 33, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '2668c4d0-cde2-4483-ada7-b280766bedc0', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425572.0, 'createdBy': 27, 'modifiedAt': 1580425572.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 33, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 34, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '94a6c055-cb26-4fe4-876b-f8b6f925dbbb', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425573.0, 'createdBy': 27, 'modifiedAt': 1580425573.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 34, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 35, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'ac88f117-4850-44f5-a487-76ef3a808d66', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425574.0, 'createdBy': 27, 'modifiedAt': 1580425574.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 35, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 36, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '1879b8e8-c0a6-4e14-9527-8a16eaf413a8', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425575.0, 'createdBy': 27, 'modifiedAt': 1580425575.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 36, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 37, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '4c19f9ea-d9a2-4551-9602-102a6ad4c978', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425576.0, 'createdBy': 27, 'modifiedAt': 1580425576.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 37, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 38, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd922fa9d-4436-4ea6-99d1-0e544533cf4b', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425576.0, 'createdBy': 27, 'modifiedAt': 1580425576.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 38, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 39, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '15b0a660-c3c2-41bc-bb4d-3dbe8a3ee4df', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425577.0, 'createdBy': 27, 'modifiedAt': 1580425577.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 39, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 40, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'efb9b870-2ad6-4f8d-81f3-82ce3caf43e7', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425578.0, 'createdBy': 27, 'modifiedAt': 1580425578.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 40, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 41, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'a913cbc9-577f-45df-81e6-a033ea1fca90', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425579.0, 'createdBy': 27, 'modifiedAt': 1580425579.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 41, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 42, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '57150bcc-93e3-4eb5-af0b-4b51ff3bd082', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425580.0, 'createdBy': 27, 'modifiedAt': 1580425580.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 42, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 43, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '22b85767-0bee-4ccb-a5f8-6dcc3537ab8f', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425581.0, 'createdBy': 27, 'modifiedAt': 1580425581.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 43, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 44, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'e4ac1780-1484-467a-882e-186c0c4719fb', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425582.0, 'createdBy': 27, 'modifiedAt': 1580425582.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 44, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 45, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd308f7e4-9cef-4f33-9ac1-d49564bb4c81', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425583.0, 'createdBy': 27, 'modifiedAt': 1580425583.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 45, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 46, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'e38a9257-75ac-4eb5-bc39-7e1192ed1357', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425584.0, 'createdBy': 27, 'modifiedAt': 1580425584.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 46, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 47, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'cc557453-c223-4873-810a-c5cbc2a2aa0d', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425585.0, 'createdBy': 27, 'modifiedAt': 1580425585.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 47, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 48, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'ce4169a7-78d0-427f-a7d7-2059483ceeaa', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425585.0, 'createdBy': 27, 'modifiedAt': 1580425585.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 48, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 49, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'c2c0089f-c164-467e-9e38-d382e6c552f5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425588.0, 'createdBy': 27, 'modifiedAt': 1580425588.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 49, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 50, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'a7daffcb-eea0-4edf-9108-b7b7daf5d827', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425589.0, 'createdBy': 27, 'modifiedAt': 1580425589.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 50, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 51, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'f15710dd-78e3-480f-ae93-9edab959af89', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425590.0, 'createdBy': 27, 'modifiedAt': 1580425590.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 51, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 52, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'fe1ed01d-e4e0-4600-a4d9-b5092bb5d9f7', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425591.0, 'createdBy': 27, 'modifiedAt': 1580425591.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 52, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 53, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'b43738fe-ed40-424a-b412-3300a0f43377', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425592.0, 'createdBy': 27, 'modifiedAt': 1580425592.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 53, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 54, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'c1e88c6c-35f0-4a8f-a034-72b6c7486ccb', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425593.0, 'createdBy': 27, 'modifiedAt': 1580425593.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 54, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 55, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '16de4a0e-9463-4714-85bb-c2a5e84b6bbb', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425594.0, 'createdBy': 27, 'modifiedAt': 1580425594.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 55, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 56, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'e9206f3e-7f33-4edf-b183-999e0089051f', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425597.0, 'createdBy': 27, 'modifiedAt': 1580425597.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 56, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 57, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '78a35038-9ab9-413e-8517-58c341d9ba83', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425597.0, 'createdBy': 27, 'modifiedAt': 1580425597.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 57, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 58, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '05cd59fb-e7d6-434c-90ee-2d375c168abf', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425598.0, 'createdBy': 27, 'modifiedAt': 1580425598.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 58, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 59, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '2dd3affe-f8d1-441f-b35f-d586720a7744', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425599.0, 'createdBy': 27, 'modifiedAt': 1580425599.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 59, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 60, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'fe67cd5e-e414-4c62-8613-a495a1770b1b', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425600.0, 'createdBy': 27, 'modifiedAt': 1580425600.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 60, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 61, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'e4d20a3d-b858-46b5-96d4-be50c4de25c4', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425601.0, 'createdBy': 27, 'modifiedAt': 1580425601.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 61, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 62, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '74cc6f2c-4d9b-4404-b154-8378beeb872b', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425601.0, 'createdBy': 27, 'modifiedAt': 1580425601.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 62, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 63, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'cf7b9972-a888-4bbe-8e91-12f22d0753c5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425603.0, 'createdBy': 27, 'modifiedAt': 1580425603.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 63, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 64, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '0d898446-644b-4d1c-9845-8f4be5454bea', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425604.0, 'createdBy': 27, 'modifiedAt': 1580425604.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 64, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 65, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'e140055e-18ed-4463-a152-aeceb6702f3d', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425605.0, 'createdBy': 27, 'modifiedAt': 1580425605.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 65, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 66, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '0a6ec03d-6c79-4e54-b083-94ffa5b38ebc', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425605.0, 'createdBy': 27, 'modifiedAt': 1580425605.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 66, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 67, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '430498ab-aef9-4ad6-a11f-dc363883f9b5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425606.0, 'createdBy': 27, 'modifiedAt': 1580425606.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 67, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 68, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '8b570b58-683c-466c-8cc3-56d2fabcd785', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425607.0, 'createdBy': 27, 'modifiedAt': 1580425607.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 68, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 69, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '8d2d1fe9-cf42-4549-a6f1-9a5f1ebf0e94', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425608.0, 'createdBy': 27, 'modifiedAt': 1580425608.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 69, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 70, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '24cc4a15-3447-40b3-9558-1fbb34146cc5', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425609.0, 'createdBy': 27, 'modifiedAt': 1580425609.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 70, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 71, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '133f449a-0860-41c1-81ab-3ef7d09ff673', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425610.0, 'createdBy': 27, 'modifiedAt': 1580425610.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 71, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 72, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'abdc0773-fe86-4d90-876d-b3444d0ebd3c', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425611.0, 'createdBy': 27, 'modifiedAt': 1580425611.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 72, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 73, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '676ee8fb-df9b-469c-bac4-16f03c3e107d', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425612.0, 'createdBy': 27, 'modifiedAt': 1580425612.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 73, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 74, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'ec570abf-f960-44e3-bc20-072c9336d5a9', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425613.0, 'createdBy': 27, 'modifiedAt': 1580425613.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 74, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 75, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd689369f-98a4-4749-9c43-7237d24df08d', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425614.0, 'createdBy': 27, 'modifiedAt': 1580425614.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 75, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 76, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '1e9694a2-c487-4e34-9a2c-53eb5b302cb6', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425615.0, 'createdBy': 27, 'modifiedAt': 1580425615.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 76, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 77, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'f9caf9fa-4e41-41a2-a453-4579810e66c6', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425616.0, 'createdBy': 27, 'modifiedAt': 1580425616.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 77, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 78, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '615fd1e2-0f74-4353-820b-d4756acbfe84', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425617.0, 'createdBy': 27, 'modifiedAt': 1580425617.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 78, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 79, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'cca58fdf-3098-46fb-a2b3-48276ad297ff', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425618.0, 'createdBy': 27, 'modifiedAt': 1580425618.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 79, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 80, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '3db70f5f-7566-4632-8e2d-b6a962308419', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425618.0, 'createdBy': 27, 'modifiedAt': 1580425618.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 80, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 81, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '4a19a268-e692-4172-8c18-2e73a2418d8e', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425622.0, 'createdBy': 27, 'modifiedAt': 1580425622.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 81, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 82, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '75fe165e-b23f-4b37-b1b6-be10a86d2fb3', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425622.0, 'createdBy': 27, 'modifiedAt': 1580425622.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 82, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 83, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '8268391b-c62c-43a3-9630-57854cadfcb6', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425623.0, 'createdBy': 27, 'modifiedAt': 1580425623.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 83, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 84, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd21b36b4-9559-4b31-ac93-19a18935c54c', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425624.0, 'createdBy': 27, 'modifiedAt': 1580425624.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 84, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 85, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'c48a8d48-9ca8-42b3-97d8-ffe0c71cb7be', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425626.0, 'createdBy': 27, 'modifiedAt': 1580425626.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 85, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 86, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '0f920c8f-8d40-4ab0-a942-2d7391815e54', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425627.0, 'createdBy': 27, 'modifiedAt': 1580425627.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 86, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 87, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '3dd7d2c2-3fcd-4359-940c-6409185dd26c', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425628.0, 'createdBy': 27, 'modifiedAt': 1580425628.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 87, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 88, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '674700a6-5556-4d45-9ddd-5504cf469a4f', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425630.0, 'createdBy': 27, 'modifiedAt': 1580425630.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 88, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 89, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'd1ff8eb6-dedd-4cac-8b55-b086835f6d38', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425631.0, 'createdBy': 27, 'modifiedAt': 1580425631.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 89, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 90, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '54a7b460-c1a8-4d70-98a5-182f4d3b19ab', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425633.0, 'createdBy': 27, 'modifiedAt': 1580425633.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 90, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 91, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'dc60850f-d7de-48f7-b0c8-af9a5f3ffac8', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425634.0, 'createdBy': 27, 'modifiedAt': 1580425634.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 91, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 92, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '70ee9e9e-ec0d-4596-b1fe-677f48cff401', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425635.0, 'createdBy': 27, 'modifiedAt': 1580425635.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 92, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 93, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '143d2a88-f8a2-4d17-8e72-387dd9faa28c', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425636.0, 'createdBy': 27, 'modifiedAt': 1580425636.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 93, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 94, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'dfb22629-90cc-44ba-b13f-2beac02be63f', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425637.0, 'createdBy': 27, 'modifiedAt': 1580425637.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 94, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 95, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '610c4ea5-6d26-47fe-b9f6-4b58b910e607', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425640.0, 'createdBy': 27, 'modifiedAt': 1580425640.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 95, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 96, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '0396591a-3e7e-44f1-a023-a73f3c4be5cd', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425641.0, 'createdBy': 27, 'modifiedAt': 1580425641.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 96, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 97, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '3fbae510-80fc-4a82-9527-4d213b1336d8', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425642.0, 'createdBy': 27, 'modifiedAt': 1580425642.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 97, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 98, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': '40aca8f8-c2c3-4e0a-abcd-108aeb8b6e1c', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425643.0, 'createdBy': 27, 'modifiedAt': 1580425643.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 98, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 99, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'b5400c64-fe50-413f-9da7-4a4b9856b5db', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425644.0, 'createdBy': 27, 'modifiedAt': 1580425644.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 99, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}, {'id': 100, 'valid': True, 'invalidExecutionId': None, 'transport': {'type': 'GLOBAL', 'description': None, 'version': '1'}, 'updateMethod': 'REPLACE', 'dataProvider': {'id': 0, 'key': 'publicsampledata', 'name': None, 'url': None, 'defaultConnectorId': None, 'defaultConnectorLabel': None, 'authenticationScheme': None, 'connectorValidatorPresent': False, 'resourceBundlePresent': False, 'moduleHandler': None, 'iconPicker': False, 'unsafe': False, 'scope': None, 'producer': None, 'version': None, 'dateCreated': None, 'dateUpdated': None, 'visibility': 'WITH_CONNECTOR', 'type': 'STANDARD', 'customerOAuthConfigurationDataProviderType': None, 'authenticationSchemeConfiguration': None}, 'account': None, 'accounts': [], 'accountTemplate': None, 'dataSource': {'id': 'cb5e1287-0a82-415e-8479-10192288bc46', 'adc': False, 'adcExternal': False, 'hidden': False}, 'schemaDefinition': None, 'scheduleExpression': None, 'scheduleStartDate': None, 'advancedScheduleJson': None, 'scheduleRetryExpression': None, 'scheduleRetryCount': 0, 'lastExecution': None, 'lastSuccessfulExecution': None, 'currentExecution': None, 'currentExecutionState': 'IDLE', 'createdAt': 1580425645.0, 'createdBy': 27, 'modifiedAt': 1580425645.0, 'modifiedBy': 27, 'scheduleState': 'ACTIVE', 'scheduleAssertion': False, 'inactiveScheduleCode': None, 'configuration': [{'streamId': 100, 'category': 'METADATA', 'name': 'isSampleData', 'type': 'string', 'value': 'true'}]}], is_success=True, parent_class=None)

source

get_stream_by_id

 get_stream_by_id (auth:domolibrary.client.DomoAuth.DomoAuth,
                   stream_id:str, session:httpx.AsyncClient=None,
                   debug_api:bool=False, debug_num_stacks_to_drop:int=1,
                   parent_class:str=None)

source

execute_stream

 execute_stream (auth:domolibrary.client.DomoAuth.DomoAuth, stream_id:str,
                 session:httpx.AsyncClient=None, debug_api:bool=False,
                 parent_class:str=None, debug_num_stacks_to_drop=1)

source

create_stream

 create_stream (auth:domolibrary.client.DomoAuth.DomoAuth, body:dict,
                session:httpx.AsyncClient=None, debug_api:bool=False,
                debug_num_stacks_to_drop:bool=False,
                parent_class:str=None)

source

update_stream

 update_stream (auth:domolibrary.client.DomoAuth.DomoAuth, stream_id:str,
                body:dict, session:httpx.AsyncClient=None,
                debug_num_stacks_to_drop=1, debug_api:bool=False,
                parent_class:str=None)

source

Streams_CRUD_Error

 Streams_CRUD_Error (res, message=None)

base exception

Sample get stream by id

stream_id = 814
res = await get_stream_by_id(stream_id=stream_id, auth=token_auth)

pprint(res.response)

res = await execute_stream(stream_id=stream_id, auth=token_auth)
print(res.response)
{'account': {'accountId': 5,
             'accountTemplateAuthorizationId': None,
             'accountTemplateId': None,
             'configurations': {},
             'createdAt': 1616777681000,
             'createdBy': 1893952720,
             'credentialsType': 'fields',
             'dataProviderType': 'domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600',
             'displayName': 'test_rename',
             'id': 5,
             'modifiedAt': 1728351666000,
             'modifiedBy': 1893952720,
             'name': 'Domo Governance Datasets Third Party Account',
             'type': 'data',
             'userId': 1893952720,
             'valid': True},
 'accountTemplate': None,
 'accounts': [],
 'advancedScheduleJson': '{"type":"DAY","at":"08:01 PM","timezone":"UTC"}',
 'configuration': [{'category': 'METADATA',
                    'name': 'retry.retryNumber',
                    'streamId': 814,
                    'type': 'string',
                    'value': '0'},
                   {'category': 'METADATA',
                    'name': 'report',
                    'streamId': 814,
                    'type': 'string',
                    'value': 'Datasets'},
                   {'category': 'METADATA',
                    'name': '_description_',
                    'streamId': 814,
                    'type': 'string',
                    'value': ''},
                   {'category': 'METADATA',
                    'name': 'updatemode.mode',
                    'streamId': 814,
                    'type': 'string',
                    'value': 'Replace'}],
 'createdAt': 1667420783.0,
 'createdBy': 612085674,
 'currentExecution': None,
 'currentExecutionState': 'ERROR',
 'dataProvider': {'authenticationScheme': 'fields',
                  'authenticationSchemeConfiguration': [{'data': {},
                                                         'defaultValue': '',
                                                         'encrypted': True,
                                                         'id': 5964,
                                                         'isConfigField': False,
                                                         'name': 'apikey',
                                                         'required': True,
                                                         'restrictions': None,
                                                         'sortOrder': None,
                                                         'text': 'apikey',
                                                         'tooltipText': 'Domo '
                                                                        'Access '
                                                                        'Token. '
                                                                        'See '
                                                                        'FAQ '
                                                                        'and '
                                                                        'http://knowledge.domo.com?cid=accesstokens '
                                                                        'for '
                                                                        'details.',
                                                         'type': 'password'},
                                                        {'data': {},
                                                         'defaultValue': '',
                                                         'encrypted': False,
                                                         'id': 5963,
                                                         'isConfigField': False,
                                                         'name': 'customer',
                                                         'required': True,
                                                         'restrictions': None,
                                                         'sortOrder': None,
                                                         'text': 'customer',
                                                         'tooltipText': 'Enter '
                                                                        'your '
                                                                        'customer '
                                                                        'name. '
                                                                        'Your '
                                                                        'customer '
                                                                        'name '
                                                                        'is '
                                                                        'the '
                                                                        'part '
                                                                        'in '
                                                                        'the '
                                                                        'URL '
                                                                        'that '
                                                                        'before '
                                                                        '.domo.com. '
                                                                        'Ex: '
                                                                        'If '
                                                                        'your '
                                                                        'Domo '
                                                                        'instance '
                                                                        'is '
                                                                        'located '
                                                                        'at '
                                                                        'https://some-customer.domo.com, '
                                                                        'then '
                                                                        'your '
                                                                        'customer '
                                                                        'name '
                                                                        'is '
                                                                        'some-customer.',
                                                         'type': 'string'}],
                  'connectorValidatorPresent': False,
                  'customerOAuthConfigurationDataProviderType': None,
                  'dateCreated': 1542289927000,
                  'dateUpdated': 1541088102000,
                  'defaultConnectorId': None,
                  'defaultConnectorLabel': None,
                  'iconPicker': False,
                  'id': 1496,
                  'key': 'domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600',
                  'moduleHandler': None,
                  'name': 'Domo Governance Datasets Third Party',
                  'producer': 'DOMO',
                  'resourceBundlePresent': False,
                  'scope': '0',
                  'type': 'STANDARD',
                  'unsafe': False,
                  'url': 'com.thirdparty.connector.d14c2fef-49a8-4898-8ddd-f64998005600',
                  'version': '0',
                  'visibility': 'WITH_CONNECTOR'},
 'dataSource': {'accountId': 5,
                'adc': True,
                'adcExternal': False,
                'adcSource': 'DIRECT',
                'cardInfo': {'cardCount': 0, 'cardViewCount': 0},
                'cloudEngine': 'domo',
                'cloudId': 'domo',
                'cloudName': 'Domo',
                'columnCount': 18,
                'created': 1667420782000,
                'currentUserFullAccess': True,
                'dataProviderType': 'domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600',
                'description': '',
                'displayType': 'domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600',
                'hidden': False,
                'id': '42917df1-fa58-483f-a290-5fe95ccda4ed',
                'lastTouched': 1729022609000,
                'lastUpdated': 1729022608600,
                'masked': False,
                'name': 'Governance_datasets',
                'nextUpdate': 1729713659900,
                'owner': {'group': False,
                          'id': '612085674',
                          'name': 'Oleksii Zakrevskyi',
                          'type': 'USER'},
                'permissions': 'NONE',
                'properties': {'formulas': {'formulas': {}}},
                'rowCount': 1843,
                'scheduleActive': True,
                'state': 'ERROR',
                'status': 'ERROR',
                'streamId': 814,
                'tags': '["developer_documentation","Apr-27-2023 '
                        '21:57","hackercore"]',
                'transportType': 'CONNECTOR',
                'type': 'domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600',
                'validAccount': True,
                'validConfiguration': True},
 'id': 814,
 'inactiveScheduleCode': None,
 'invalidExecutionId': None,
 'lastExecution': {'bytesInserted': 0,
                   'cancelledBy': None,
                   'containerManagerId': 'cm-8d3b8d56-de23-40a8-8bdd-3dc0ee1536f7',
                   'createdAt': 1729701415.0,
                   'currentPhase': None,
                   'currentState': 'ERROR',
                   'dataTag': None,
                   'endedAt': 1729701422.0,
                   'errors': [{'category': 'CONNECTOR',
                               'code': 5999,
                               'executionId': 1035,
                               'id': 811763,
                               'invalidatesExecution': False,
                               'message': 'Error: Your customer subdomain '
                                          'contains invalid characters.',
                               'parameters': None,
                               'streamId': 814}],
                   'executionId': 1035,
                   'exportable': False,
                   'index': True,
                   'indexRequestKey': None,
                   'latestPhase': None,
                   'manualIndex': False,
                   'modifiedAt': 1729701422.0,
                   'peakMemoryCommittedBytes': None,
                   'peakMemoryUsedBytes': None,
                   'removed': False,
                   'retryCount': 0,
                   'retryExecution': None,
                   'rowsInserted': 0,
                   'runType': 'MANUAL',
                   'startedAt': 1729701415.0,
                   'startedBy': '1893952720',
                   'streamId': 814,
                   'toe': 'XK1NBYJVNU-9EO4B-LFXBB',
                   'updateMethod': 'REPLACE',
                   'uploadId': None},
 'lastSuccessfulExecution': {'bytesInserted': 471013,
                             'cancelledBy': None,
                             'containerManagerId': 'cm-c82fc65f-b97f-400b-ae10-fdf1445edb5d',
                             'createdAt': 1729022467.0,
                             'currentPhase': None,
                             'currentState': 'SUCCESS',
                             'dataTag': None,
                             'endedAt': 1729022608.0,
                             'errors': [],
                             'executionId': 1015,
                             'exportable': False,
                             'index': True,
                             'indexRequestKey': 20241015200327.473,
                             'latestPhase': None,
                             'manualIndex': False,
                             'modifiedAt': 1729022608.0,
                             'peakMemoryCommittedBytes': None,
                             'peakMemoryUsedBytes': None,
                             'removed': False,
                             'retryCount': 0,
                             'retryExecution': None,
                             'rowsInserted': 1843,
                             'runType': 'AUTOMATED',
                             'startedAt': 1729022467.0,
                             'startedBy': None,
                             'streamId': 814,
                             'toe': 'HUMO174I6V-PHVFC-RHUT8',
                             'updateMethod': 'REPLACE',
                             'uploadId': 602},
 'modifiedAt': 1729701422.0,
 'modifiedBy': -1,
 'scheduleAssertion': False,
 'scheduleExpression': '0 1 20 * * ?',
 'scheduleRetryCount': 0,
 'scheduleRetryExpression': None,
 'scheduleStartDate': None,
 'scheduleState': 'ACTIVE',
 'schemaDefinition': {'columns': [{'id': 'Dataset ID',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Dataset ID',
                                                'isEncrypted': False},
                                   'name': 'Dataset ID',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'Name',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Name',
                                                'isEncrypted': False},
                                   'name': 'Name',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'Description',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Description',
                                                'isEncrypted': False},
                                   'name': 'Description',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'Row Count',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Row Count',
                                                'isEncrypted': False},
                                   'name': 'Row Count',
                                   'type': 'DOUBLE',
                                   'visible': True},
                                  {'id': 'Column Count',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Column Count',
                                                'isEncrypted': False},
                                   'name': 'Column Count',
                                   'type': 'DOUBLE',
                                   'visible': True},
                                  {'id': 'Owner ID',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Owner ID',
                                                'isEncrypted': False},
                                   'name': 'Owner ID',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'Owner Name',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Owner Name',
                                                'isEncrypted': False},
                                   'name': 'Owner Name',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'Dataset Created Date/Time',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Dataset Created '
                                                            'Date/Time',
                                                'isEncrypted': False},
                                   'name': 'Dataset Created Date/Time',
                                   'type': 'DATETIME',
                                   'visible': True},
                                  {'id': 'DataSet Last Touched Date/Time',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'DataSet Last '
                                                            'Touched Date/Time',
                                                'isEncrypted': False},
                                   'name': 'DataSet Last Touched Date/Time',
                                   'type': 'DATETIME',
                                   'visible': True},
                                  {'id': 'DataSet Last Updated Date/Time',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'DataSet Last '
                                                            'Updated Date/Time',
                                                'isEncrypted': False},
                                   'name': 'DataSet Last Updated Date/Time',
                                   'type': 'DATETIME',
                                   'visible': True},
                                  {'id': 'Report Last Run',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Report Last Run',
                                                'isEncrypted': False},
                                   'name': 'Report Last Run',
                                   'type': 'DATETIME',
                                   'visible': True},
                                  {'id': 'Type',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Type',
                                                'isEncrypted': False},
                                   'name': 'Type',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'Display ProcessingType',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Display '
                                                            'ProcessingType',
                                                'isEncrypted': False},
                                   'name': 'Display ProcessingType',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'Data Provider ProcessingType',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Data Provider '
                                                            'ProcessingType',
                                                'isEncrypted': False},
                                   'name': 'Data Provider ProcessingType',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'Card Count',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'Card Count',
                                                'isEncrypted': False},
                                   'name': 'Card Count',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': 'PDP Enabled',
                                   'metadata': {'colFormat': '',
                                                'colLabel': 'PDP Enabled',
                                                'isEncrypted': False},
                                   'name': 'PDP Enabled',
                                   'type': 'STRING',
                                   'visible': True},
                                  {'id': '_BATCH_ID_',
                                   'metadata': {'colFormat': '',
                                                'colLabel': '_BATCH_ID_',
                                                'isEncrypted': False},
                                   'name': '_BATCH_ID_',
                                   'type': 'DOUBLE',
                                   'visible': True},
                                  {'id': '_BATCH_LAST_RUN_',
                                   'metadata': {'colFormat': '',
                                                'colLabel': '_BATCH_LAST_RUN_',
                                                'isEncrypted': False},
                                   'name': '_BATCH_LAST_RUN_',
                                   'type': 'DATETIME',
                                   'visible': True}]},
 'transport': {'description': 'com.thirdparty.connector.d14c2fef-49a8-4898-8ddd-f64998005600',
               'type': 'CONNECTOR',
               'version': '0'},
 'updateMethod': 'REPLACE',
 'valid': True}
{'streamId': 814, 'executionId': 1036, 'toe': '5ZNCUHKLZ9-SNOSF-5VMYE', 'startedAt': 1729701892.0, 'endedAt': None, 'updateMethod': 'REPLACE', 'index': True, 'retryCount': 0, 'retryExecution': None, 'containerManagerId': 'cm-4b02d924-460d-4de4-9b2d-a597e57c9b61', 'uploadId': None, 'indexRequestKey': None, 'currentState': 'ACTIVE', 'runType': 'MANUAL', 'createdAt': None, 'modifiedAt': None, 'latestPhase': None, 'currentPhase': None, 'removed': False, 'rowsInserted': 0, 'bytesInserted': 0, 'startedBy': '1893952720', 'cancelledBy': None, 'dataTag': None, 'peakMemoryUsedBytes': None, 'peakMemoryCommittedBytes': None, 'exportable': False, 'manualIndex': False, 'errors': []}