potiuk opened a new pull request, #63680:
URL: https://github.com/apache/airflow/pull/63680

   ## Summary
   
   - **Static checks**: Add missing `.gitignore` files with `*.iml` entries for 
6 distributions (`providers/edge3`, `providers/fab`, `shared/logging`, 
`shared/secrets_masker`, `shared/timezones`, `task-sdk-tests`) that were either 
missed during cherry-pick of #63636 or over-removed by #63648
   - **Docs build**: Replace broken `:ref:` cross-references to GCP provider 
docs (`howto/connection:gcp`, `howto/connection:gcp:impersonation`) with direct 
URLs, since those labels live in the Google provider package and aren't 
available during core-only docs builds
   - **Postgres tests**: Add `::UUID` suffix to expected SQL in 
`test_handle_single_column_unique_constraint_error_with_stacktrace` since 
v3-1-test uses `team_id` (UUID) instead of `team_name` (string) on main
   
   ## Test plan
   
   - [ ] Static checks pass (distribution .gitignore check)
   - [ ] Docs build succeeds without undefined label warnings
   - [ ] Postgres test 
`TestUniqueConstraintErrorHandler::test_handle_single_column_unique_constraint_error_with_stacktrace`
 passes
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to