te-horie commented on PR #69846: URL: https://github.com/apache/airflow/pull/69846#issuecomment-4969216606
> One subtle behavior maybe worth a docstring line: with `database=None` and a `query_execution_context` that already sets `Database`, `execute()` now preserves that value instead of overwriting it, which looks like the right call but is easy to miss. Thank you for your suggestion! I added a note to the `database` parameter docstring in f72d787 explaining that any `Database` value in `query_execution_context` is used when `database` is omitted or set to `None`. -- 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]
