olsenbudanur opened a new pull request, #44800: URL: https://github.com/apache/airflow/pull/44800
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> Implements support for custom CatalogId in AWS GlueCatalogHook methods. This enhancement allows users to specify a custom Data Catalog ID when interacting with AWS Glue services. *Changes:* - Added optional catalog_id parameter to get_partitions, get_table, get_partition, and create_partition - Maintained backward compatibility (CatalogId defaults to None) - Added comprehensive test coverage for both with/without CatalogId scenarios *Testing Results:* - All 905 AWS hooks tests passing (165.27s execution time) - Added 20 new test cases for CatalogId functionality - Verified both with/without CatalogId scenarios - All existing tests remain passing, confirming backward compatibility - 3 expected skips in hooks_signature tests (unrelated) Closes: #43238 Link to Devin run: https://preview.devin.ai/devin/f6e5706fdebf47cb8cafcb44e8dd3ccb -- 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]
