shnhdan commented on PR #63499:
URL: https://github.com/apache/airflow/pull/63499#issuecomment-4702068011

   @kacpermuda  implemented as suggested — following the `default_deferrable` 
pattern:
   
   1. Added `[lineage]` section to `default_airflow.cfg` with 
`default_hook_lineage = True`
   2. `S3Hook.__init__` now reads `conf.getboolean("lineage", 
"default_hook_lineage", fallback=True)` as the default
   3. Per-instance `enable_hook_level_lineage` kwarg still works for individual 
override
   
   Test results: 158 S3 tests passing, 988 lineage tests passing across 
amazon/openlineage/common.compat providers.


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