Skip to content

Commit

Permalink
Fix broken main branch (#23751)
Browse files Browse the repository at this point in the history
main branch is broken since apache/airflow#23630 needed rebase before merge
as apache/airflow#23730 added the missing example dag

GitOrigin-RevId: c3cd787afe92816b738cef50fd26d3db6aa52fe1
  • Loading branch information
eladkal authored and Cloud Composer Team committed Jan 27, 2023
1 parent fc19d95 commit 7192cdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/always/test_project_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ class TestAmazonProviderProjectStructure(ExampleCoverageTest):
'airflow.providers.amazon.aws.sensors.emr.EmrContainerSensor',
# S3 Exasol transfer difficult to test, see: https://github.com/apache/airflow/issues/22632
'airflow.providers.amazon.aws.transfers.exasol_to_s3.ExasolToS3Operator',
# S3 legitimately missing, needs development
'airflow.providers.amazon.aws.transfers.gcs_to_s3.GCSToS3Operator',
# Glue Catalog sensor difficult to test
'airflow.providers.amazon.aws.sensors.glue_catalog_partition.GlueCatalogPartitionSensor',
}
Expand Down

0 comments on commit 7192cdb

Please sign in to comment.