Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
Have you been able to fix this?
If you can add loggings to your flask app to see more details about the connection attempt it will give you clues about the specific issue
But make sure the credentials used in your Flask app to connect to the database are correct and match the ones Kaggle provided for you
If you’re using environment variables to store credentials, check if they’re set correctly in your Kaggle environment too
Kaggle on it’s end might have some network restrictions in place. See if there’s any documentation about allowed connections for user-created environments, cus these issues are mostly seen when developing
CONTRIBUTE TO THIS THREAD