Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace \s with space #43849

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Conversation

LyndonFan
Copy link
Contributor

closes: #39252
related: #39428, #38734, #38864

Remove deprecated "\s" with " " (single space). This is okay because output is from running eks_get_token.py, which we know is just a sinlge space. Extra backslash is from running ruff.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Nov 9, 2024
output is from running python file, which we know
@LyndonFan LyndonFan force-pushed the fix-aws-eks-invalid-escape branch from 69d00b6 to 82cb738 Compare November 9, 2024 17:17
@eladkal eladkal requested review from ferruzzi and vincbeck November 9, 2024 17:24
@potiuk potiuk merged commit 9a5f6d6 into apache:main Nov 9, 2024
56 checks passed
@LyndonFan LyndonFan deleted the fix-aws-eks-invalid-escape branch November 9, 2024 17:45
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
output is from running python file, which we know
LefterisXefteris pushed a commit to LefterisXefteris/airflow that referenced this pull request Jan 5, 2025
output is from running python file, which we know
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix invalid escape sequence in EKS Hook module
2 participants