VladaZakharova commented on PR #54769: URL: https://github.com/apache/airflow/pull/54769#issuecomment-3209960902
Originally, there was also the problem with triggerers with the following 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) ``` do you think we can also fix the types for masks to solve this problem too? -- 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]
