eladkal commented on code in PR #34784:
URL: https://github.com/apache/airflow/pull/34784#discussion_r1348316001


##########
tests/always/test_project_structure.py:
##########
@@ -403,6 +403,9 @@ class 
TestAmazonProviderProjectStructure(ExampleCoverageTest):
         
"airflow.providers.amazon.aws.transfers.exasol_to_s3.ExasolToS3Operator",
         # Glue Catalog sensor difficult to test
         
"airflow.providers.amazon.aws.sensors.glue_catalog_partition.GlueCatalogPartitionSensor",
+        # Base Classes
+        "airflow.providers.amazon.aws.operators.base_aws.AwsBaseOperator",
+        "airflow.providers.amazon.aws.sensors.base_aws.AwsBaseSensor",

Review Comment:
   You need to move these to the `BASE_CLASSES` 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to