potiuk commented on PR #54769:
URL: https://github.com/apache/airflow/pull/54769#issuecomment-3210132943

   Also @VladaZakharova -> those seem to be unrelated, it seems that simply we 
would have to add custom serializer to pydantic to handle those enums and 
classes that are being serialized. How do you arrive at those errors?
   
   ```
   dataplex_data_profile: kills the triggerer (NotImplementedError: Objects of 
type <enum 'State'> are not supported)
   dataplex_data_quality: kills the triggerer (NotImplementedError: Objects of 
type <enum 'State'> are not supported)
   dataproc_batch_deferrable: kills the triggerer (NotImplementedError: Objects 
of type <enum 'State'> are not supported)
   dataproc_spark_deferrable: kills the triggerer (NotImplementedError: Objects 
of type <enum 'State'> are not supported)
   example_gcp_transfer: kill the triggerer (NotImplementedError: Objects of 
type <class 
'google.cloud.sotrage_transfer_v1.types.transfer_types.TransferOperation'> are 
not supported)
   example_transfer_gcs_to_gcs: kill the triggerer (NotImplementedError: 
Objects of type <class 
'google.cloud.sotrage_transfer_v1.types.transfer_types.TransferOperation'> are 
not supported)
   example_gcp_transfer_aws: kill the triggerer (NotImplementedError: Objects 
of type <class 
'google.cloud.sotrage_transfer_v1.types.transfer_types.TransferOperation'> are 
not supported)
   ```


-- 
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]

Reply via email to