ferruzzi commented on PR #31197: URL: https://github.com/apache/airflow/pull/31197#issuecomment-1546298870
negative. ``` ERROR airflow.executors.debug_executor.DebugExecutor:debug_executor.py:95 Failed to execute task: An error occurred (InvalidExportTimeException) when calling the ExportTableToPointInTime operation: Export Time is invalid. -- Traceback (most recent call last): File "/opt/airflow/airflow/executors/debug_executor.py", line 89, in _run_task ti.run(job_id=ti.job_id, **params) File "/opt/airflow/airflow/utils/session.py", line 76, in wrapper return func(*args, session=session, **kwargs) File "/opt/airflow/airflow/models/taskinstance.py", line 1798, in run mark_success=mark_success, test_mode=test_mode, job_id=job_id, pool=pool, session=session File "/opt/airflow/airflow/utils/session.py", line 73, in wrapper return func(*args, **kwargs) File "/opt/airflow/airflow/models/taskinstance.py", line 1485, in _run_raw_task self._execute_task_with_callbacks(context, test_mode) File "/opt/airflow/airflow/models/taskinstance.py", line 1636, in _execute_task_with_callbacks result = self._execute_task(context, task_orig) File "/opt/airflow/airflow/models/taskinstance.py", line 1704, in _execute_task result = execute_callable(context=context) File "/opt/airflow/airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py", line 142, in execute self._export_table_to_point_in_time() File "/opt/airflow/airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py", line 158, in _export_table_to_point_in_time ExportFormat=self.export_format, File "/usr/local/lib/python3.7/site-packages/botocore/client.py", line 530, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.7/site-packages/botocore/client.py", line 960, in _make_api_call raise error_class(parsed_response, operation_name) botocore.errorfactory.InvalidExportTimeException: An error occurred (InvalidExportTimeException) when calling the ExportTableToPointInTime operation: Export Time is invalid ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
