Mask DFP connection and variable responses#65704
Conversation
|
@ferruzzi added the mask here in this separate PR, previous context: #65624 (comment) |
|
The CI failure started after this PR added That function already had an older function-local import in the later In Python, an import inside a function is a local assignment for the entire function scope. Because of that later import, Python treated all I fixed it by removing the nested import and use the existing module-level Sorry, this PR is now ready to merge. @o-nikolas @vincbeck @ferruzzi |
Please see context in this comment: #65624 (comment) for justification of this small PR and back porting.
Mask DAG File Processor
GetConnectionandGetVariableresponses so returned secrets are registered with the masker before being sent back to parsing code.Related: #65624
This is intentionally separate from #65624 so the DFP masking fix can be reviewed and backported independently of the request-handler refactor. We can follow up with a separate PR or add another good first issue to handle the refactor after addressing the immediate fix.
Was generative AI tooling used to co-author this PR?
Generated-by: Codex GPT 5.4
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.