ramitkataria commented on PR #55741: URL: https://github.com/apache/airflow/pull/55741#issuecomment-3300615699
Here's a failure stack trace when using the `dc2.large` node type: ``` 2025-09-15T21:50:59.083836Z [error ] Task failed with exception [task] -- Traceback (most recent call last): File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", line 937, in run result = _execute_task(context=context, ti=ti, log=log) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", line 1324, in _execute_task result = ctx.run(execute, context=context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/airflow/task-sdk/src/airflow/sdk/bases/operator.py", line 416, in wrapper return func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/airflow/providers/amazon/src/airflow/providers/amazon/aws/operators/redshift_cluster.py", line 299, in execute cluster = self.hook.create_cluster( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/airflow/providers/amazon/src/airflow/providers/amazon/aws/hooks/redshift_cluster.py", line 70, in create_cluster response = self.conn.create_cluster( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/python/lib/python3.12/site-packages/botocore/client.py", line 602, in _api_call return self._make_api_call(operation_name, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/python/lib/python3.12/site-packages/botocore/context.py", line 123, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/python/lib/python3.12/site-packages/botocore/client.py", line 1078, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (InvalidParameterValue) when calling the CreateCluster operation: Invalid node type: dc2.large Task instance in failure state Task start Task:<Task(RedshiftCreateClusterOperator): create_cluster> Failure caused by An error occurred (InvalidParameterValue) when calling the CreateCluster operation: Invalid node type: dc2.large ``` -- 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]
