I need to get conversations details for interval of last 2 days and calling post API method - analytics_api.post_analytics_conversations_details_jobs(query) - which returns the job id.
Upon checking the job status using API call - analytics_api.get_analytics_conversations_details_job - I am getting below error:
api_result_jobid_status: {'completion_date': None,
'error_message': 'SYNTAX_ERROR: line 1:572: Table '
'awsdatacatalog.analytics_datalake.conversation_details_7c01f328_d8d1_4d9e_9e84_407b957139cb '
'does not exist',
'expiration_date': None,
'state': 'FAILED',
'submission_date': datetime.datetime(2020, 1, 13, 17, 55, 5, 581000, tzinfo=tzutc())}
Anything I should configure in environment to have conversations details table created?