Taragolis commented on code in PR #34784:
URL: https://github.com/apache/airflow/pull/34784#discussion_r1348641033
##########
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:
I was a bit blind 🤣
##########
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:
I was a bit blind 🤣
--
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]