Shaan-alpha commented on PR #66886: URL: https://github.com/apache/airflow/pull/66886#issuecomment-4467576711
Follow-up improvements planned based on review and maintainability considerations: - Move duplicated test helpers (`_make_context` and `_run_with_mocked_hook`) into shared test utilities/fixtures to reduce duplication across Databricks operator tests. - Keep query tag injection scoped to execution lifecycle while preserving existing session configuration semantics. - Add a small usage/example snippet for `inject_query_tags` behavior in docs/docstrings if needed. This PR intentionally preserves backward compatibility by: - preserving existing `query_tags` - preserving unrelated `session_configuration` keys - supporting opt-out via `inject_query_tags=False` - handling escaping for Databricks query tag separators. -- 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]
