python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
No module named 'pymysql' in Airflow UI (bashcommand)
I am trying to run an automated creation of staging table in mysql through a python script that I integrated on my Airflow DAG (docker). The script I'm using is through an external python file that wi...
tsukikosagi
Votes: 0
Answers: 1
Why is PyMySQL not vulnerable to SQL injection attacks?
I am new to PyMySQL and just tried to execute a query:
c.execute('''INSERT INTO mysql_test1 (
data,
duration,
...

felixjrd
Votes: 0
Answers: 1
msnoise mysql connect error to mysql server
There is a problem with mysql connection.
When I use msnoise db init, there are some questions.
What database technology do you want to use?
[1] sqlite
[2] mysql
Choice: 2
Server: [localhost] :
Data...
Joe
Votes: 0
Answers: 0
Grant LOAD from S3 with PyMySQL 1.0.2 not working
I'm using ansible with community.mysql.mysql_user to automate database user creation on AWS aurora. So far all the grants have been working fine, however a new requirement for "Load from S3"...
fjc101
Votes: 0
Answers: 1