MaksYermak commented on PR #51107:
URL: https://github.com/apache/airflow/pull/51107#issuecomment-2983612204
> Tests are failing:
>
> ```
> FAILED
airflow-core/tests/unit/always/test_example_dags.py::test_should_be_importable[providers/google/tests/system/google/cloud/kubernetes_engine/example_kubernetes_engine_ray.py]
- AssertionError:
import_errors={'/opt/airflow/providers/google/tests/system/google/cloud/kubernetes_engine/example_kubernetes_engine_ray.py':
'Traceback (most recent call last):\n File
"/opt/airflow/task-sdk/src/airflow/sdk/bases/operator.py", line 502, in
apply_defaults\n result = func(self, **kwargs, default_args=default_args)\n
File "/opt/airflow/task-sdk/src/airflow/sdk/bases/operator.py", line 1026, in
__init__\n raise TypeError(\nTypeError: Invalid arguments were passed to
GKEDeleteClusterOperator (task_id: delete_cluster). Invalid arguments
were:\n**kwargs: {\'name\': \'cluster-kubernetes-engine-ray-\'}\n'}
> assert 1 == 0
> + where 1 =
len({'/opt/airflow/providers/google/tests/system/google/cloud/kubernetes_engine/example_kubernetes_engine_ray.py':
'Traceb...erator (task_id: delete_cluster). Invalid arguments were:\n**kwargs:
{\'name\': \'cluster-kubernetes-engine-ray-\'}\n'})
> + where
{'/opt/airflow/providers/google/tests/system/google/cloud/kubernetes_engine/example_kubernetes_engine_ray.py':
'Traceb...erator (task_id: delete_cluster). Invalid arguments were:\n**kwargs:
{\'name\': \'cluster-kubernetes-engine-ray-\'}\n'} =
<airflow.models.dagbag.DagBag object at 0x7fa1eecf72b0>.import_errors
> ```
@eladkal I have fixed the problem
--
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]