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

SyntaxWarning: invalid escape sequence '\d' operation = re.sub(":([^\d\W]\w*)", "%(\g<1>)s", operation) #555

Open
frbelotto opened this issue Sep 27, 2024 · 0 comments

Comments

@frbelotto
Copy link

Hi guys,
Is this error related to using python 3.12?

from impala.dbapi import connect
[c:\Users\F3164582\Banco](file:///C:/Users/F3164582/Banco) do Brasil S.A\DINED Biz Dev - General\Python\LojaBB\.venv\Lib\site-packages\impala\interface.py:273: SyntaxWarning: invalid escape sequence '\d'
  operation = re.sub(":([^\d\W]\w*)", "%(\g<1>)s", operation)
[c:\Users\F3164582\Banco](file:///C:/Users/F3164582/Banco) do Brasil S.A\DINED Biz Dev - General\Python\LojaBB\.venv\Lib\site-packages\impala\interface.py:273: SyntaxWarning: invalid escape sequence '\g'
  operation = re.sub(":([^\d\W]\w*)", "%(\g<1>)s", operation)

impyla 0.19.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant