https://supabase.com/ logo
Join Discord
Powered by
# python
  • j

    J0

    08/20/2021, 3:05 AM
    Thanks for setting up this channel!
  • j

    J0

    08/20/2021, 3:42 AM
    Hey all! Please feel free to post your frustrations/concerns/suggestions about the lib. Or, if you'd prefer something a bit more anonymous you can fill this up: https://j0.github.io/feedback Your feedback will go a long way in helping us decide what to fix + what to prioritize in getting to parity with the JS client as well as making the user experience of the Supabase client more delightful. If you'd be interested in contributing or if you've built something cool using the lib please feel free to reach out as well 🙂
  • j

    jonhelge

    08/20/2021, 10:04 PM
    Anyone tried using supabase-py in streamlit?
  • j

    J0

    08/22/2021, 11:39 AM
    Haven't heard of anyone using it but if that's something you're keen on exploring we can look into putting up a tutorial
  • j

    jonhelge

    08/22/2021, 7:54 PM
    Easily adding user and data management to streamlit would be a nice feature.
  • w

    walker

    08/26/2021, 4:49 AM
    do you have an estimate/roadmap for when you expect to have update & delete functionality in alpha?
  • r

    RobertS

    08/26/2021, 6:32 AM
    Does the python client currently support the
    match
    functionality (https://supabase.io/docs/reference/javascript/match) in any way?
  • r

    RobertS

    08/26/2021, 6:34 AM
    At least the
    match
    keyword isn't found in the postgrest request builder https://github.com/supabase/postgrest-py/blob/master/postgrest_py/request_builder.py and I'm getting an attribute error when trying to use it:
    AttributeError: 'SelectRequestBuilder' object has no attribute 'match'
  • j

    J0

    08/26/2021, 2:24 PM
    Feature Requests:
    d
    • 2
    • 5
  • j

    J0

    08/26/2021, 2:26 PM
    Feel free to post requests ^ I will collate and post a public roadmap by Saturday
  • d

    dreinon

    08/28/2021, 2:16 PM
    Hey!
  • d

    dreinon

    08/28/2021, 2:21 PM
    I would like to collaborate with the supabase python client 🙂
  • d

    dreinon

    08/28/2021, 2:21 PM
    I commented in the current PRs to see their current state
  • j

    J0

    08/28/2021, 4:50 PM
    Sure! Love to have you onboard, will reach out with details late evening PST, feel free to ping me if that doesn't happen
  • r

    Remco

    08/28/2021, 7:14 PM
    How is the maturity of the client? Is it to be considered stable enough for serous development?
  • s

    silentworks

    08/28/2021, 7:15 PM
    It's in development.
  • j

    J0

    08/28/2021, 10:23 PM
    yep, still in development. Please don't use in prod
  • j

    J0

    08/30/2021, 5:30 AM
    Here's the roadmap: feel free to add comments/request for features to be bumped up
  • j

    J0

    08/30/2021, 5:30 AM
    https://j0el.notion.site/Supabase-py-roadmap-cf10d5dcf6db48cdbda0f891c799fc56
  • d

    dreinon

    08/31/2021, 9:46 PM
    Hi! Is there a way to use transactions commits and rollbacks in the client?
  • j

    J0

    09/06/2021, 6:43 PM
    To my knowledge no but if it matters to you please let us know
  • j

    J0

    09/06/2021, 6:43 PM
    and we'll add it in the roadmap
  • u

    user

    09/11/2021, 9:12 AM
    suuuuper excited to use supabase with my python apps. Just waiting for a stable production release lol
  • j

    J0

    09/11/2021, 11:00 PM
    We hear you! We're just as excited and we are grateful for your patience 🙂 We will have a stable release by next launch week. Might not be ready for production but it will be significantly more usable than the current version
  • d

    dreinon

    09/12/2021, 3:48 PM
    Hey Joel! Thanks but from what I've found, the only way to do that with postgREST is to develop a stored procedure and then call that, but that would mean that I would have to have my backend logic split into my python server and postgresql db, so that wouldn't be easy to maintain
  • j

    J0

    09/13/2021, 5:35 AM
    we just released
    .match()
    on
    postgrest-py
    feel free to let us know if you run into any issues
  • d

    dreinon

    09/13/2021, 8:40 AM
    https://tenor.com/view/oscars-standing-ovation-clap-clapping-applause-gif-5089552
  • b

    Brandon Braner

    09/15/2021, 10:30 PM
    Hey I have maybe an odd use case. I am using Supabase for authentication for an api built in FastApi. Once I return the access token from the authentication endpoint how do I make future calls to the Supabase endpoint as that user? I have tried passing their auth token to the client create with no luck
  • b

    Brandon Braner

    09/15/2021, 10:46 PM
    Heres a quick gist https://gist.github.com/brandon-braner/7be26849dc048effd8e63d8d9b9223da
  • j

    J0

    09/15/2021, 10:55 PM
    Hey Brandon, That's a pretty cool usecase you have there. I'm personally not familiar with FastAPI but can take a look in the evening(few hours from now) and get back. If anyone has relevant experience please feel free to jump in!
12345...19Latest