Lionel
05/17/2021, 4:08 PMmy_query = 'SELECT * FROM my_db LIMIT 10'
MySQLFetch("my_db ", "user_read_only", "Abcd1234", "mysql.test.domain", port=3306, query=my_query)
Kevin Kho
05/17/2021, 4:12 PMLionel
05/17/2021, 4:13 PMUnfortunately, it looks like the current task does not support it. Would you know how to do it in pymysql?if that's the case, then it seems like the majority of Prefect Tasks are unusable in production environment.
Kevin Kho
05/17/2021, 4:15 PMLionel
05/17/2021, 4:36 PMKevin Kho
05/17/2021, 4:39 PM@task
decorator or seeing how that MySQL Task was written and modifying it.Lionel
05/17/2021, 4:44 PM