โ04-11-2025 12:06 AM
Failed to save to usdev_rnd.gme_luminai.feedback_tracker: [PARSE_SYNTAX_ERROR] Syntax error at or near '%'. SQLSTATE: 42601 (line 1, pos 149)
== SQL == INSERT INTO usdev_rnd.gme_luminai.feedback_tracker (Username, Email, UserID, Query, Response, ChatHistory, Timestamp, Feedback, Suggestions) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s) -----------------------------------------------------------------------------------------------------------------------------------------------------^^^
ERROR#####################################
And when I changed the value of %S to "?" in the app code it is failing to save the data. So, please help me to correct it or give any reason for the same.
โ04-11-2025 02:47 AM
Thanks for passing by I have solved the issue ....
โ04-12-2025 02:00 AM
HI @manish_tanwar - Do you mind posting the code for others' reference? Thank you!
a month ago
Hi @manish_tanwar how can we work with streamlit apps in databricks , i have a use case where i want to ingest data from different csv files and ingest it into delta tables
a month ago
@pradeepvatsvk Well, it quite simple if you
1. Create tables with matching column names of csv files
2. Change all the csvs to dictionaries and
3. Run the save as above against corresponding to tables
That should work fine
a month ago
Are you hosting/building your streamlit application in databricks apps??
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now