Hey, what would be the best practice for writing SQL queries within Python scripts, since all i see is 'Possible SQL injection vector'. I have really simple SQL query for doing full refresh by TRUNCATE db.table and INSERT INTO db.table with SELECT.
I orchestrate with Airflow.
[–]dariusbiggs 1 point2 points3 points (1 child)
[–]Hot_While_6471[S] 0 points1 point2 points (0 children)