I'm new to SupaBase, and want to understand if som...
# help
d
I'm new to SupaBase, and want to understand if something's possible. If I write a Database Function in plpython, I need it to make an external HTTP GET request to fetch data from an API, before insert it into a table. Can plpython functions on SupaBase use the requests library to do this? e.g. https://github.com/bryanthowell-tableau/postgresql-plpython-webservice/blob/master/plpython_example_1.py#L25 (not my project, just some example code)
n
Hello @DJPaul! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User role so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the /title command! We have solved your problem? Click the button below to archive it.
s
It's best to just try it and see the results. I don't tend to change the language to anything but
plpgsql
or
sql
.
n
DJPaul (2022-05-03)