Replies: 3 comments 1 reply
-
|
Should I upload the code as part of the question? Is this funcionality working/ is the expected behaviour? |
Beta Was this translation helpful? Give feedback.
-
|
hi. you can include the code that reads the csv. make sure the csv is part of your source code and that it is not stored somewhere else |
Beta Was this translation helpful? Give feedback.
-
|
I have similar issue, with JSON file. My app reads its contents to create endpoints, everything is in I tried ./myfile.json , it doesn't help. All files located in the same folder. Is Deta even supports additional files? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have managed to create a simple api in using fastapi which listens to a certain column in the provided csv file and if it is found then the api returns some other information stored in the same column. The code is working locally, it is quite simple as it only uses pandas and fastapi, but when I uploaded the project to deta, there seems to be no response from the api. What is the procedure so that that csv file is included in the deta upload?. Thanks a lot for your help.
Beta Was this translation helpful? Give feedback.
All reactions