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

    J0

    12/31/2021, 12:20 PM
    Sflr, just went for dinner
  • j

    J0

    12/31/2021, 12:20 PM
    yup! sure my Github handle is J0
  • a

    Anoushk

    12/31/2021, 1:47 PM
    cn u drop ur link? there are a couple with same name
  • j

    J0

    12/31/2021, 1:47 PM
    You can also download the file off repl.it and upload it to the repo
  • j

    J0

    12/31/2021, 1:48 PM
    https://github.com/j0
  • j

    J0

    01/02/2022, 5:44 AM
    Happy New Year! We've released a new set of @supabase python packages: -
    supabase
    v1.0.1 -
    gotrue
    v0.3.0 -
    realtime
    v0.0.4 -
    storage3
    v0.1.0 We'd also like to introduce the three new maintainers who made it possible: @User , @User and @User
  • j

    J0

    01/02/2022, 5:47 AM
    Here's their introductions -- posting on their behalf for now bc they are asleep, @User , @User , @User feel free to edit the descriptions/add on whenever you're up! Leynier: My name is Leynier GutiΓ©rrez and I was born in Cuba. I'm graduated in Computer Science, Head of Engineering at EducUp, and a professor at the University of Havana. I love open-source and communities, I'm a maintainer of several open-source projects and an organizer of the Flutter community in Cuba. Some random fact could be that I love soccer and I don't like anime πŸ˜…
  • j

    J0

    01/02/2022, 5:49 AM
    Dreinon: My name's Dani ReinΓ³n and I'm a 20 y.o. guy from Valencia, Spain. I'm currently studying a math major and I work as a Data Scientist at Dribo - Random fact: I play the trumpet and the drums 🎺 πŸ₯ - I started using supabase for the backend of the non-profit music society I have been at since I was 3 🎡 - I'm really excited to be a maintainer of the python libraries of such an awesome project like Supabase is πŸ˜„
  • j

    J0

    01/02/2022, 5:50 AM
    Anand: Hey everyone! My name is Anand, I'm an 18 year old from India, just joined university to study computer science πŸ˜„ I've been writing Python for the last 2 years, and I am a volunteer at discord.gg/python , the largest python community in the world I got to use supabase for a project at an internship and really enjoyed it, so I wanted to help the community in any way possible! Random fact: I play basketball for my school team and I DO like anime :p
  • j

    J0

    01/02/2022, 5:55 AM
    Here are some of the main changes in this release: - Fixes on Storage to allow
    mime-types
    - Major rewrite of Gotrue to now support sync/async - Phone OTP sign in/signup on Supabase/GoTrue - Postgrest async/sync support - Migration from
    requests
    ->
    httpx
  • k

    ktosiek

    01/02/2022, 3:13 PM
    Why is gotrue APIError a BaseException, and not just a normal Exception?
    d
    j
    • 3
    • 12
  • k

    ktosiek

    01/02/2022, 8:10 PM
    nitpicking about exceptions
  • d

    dreinon

    01/03/2022, 12:07 AM
    Hey #877214541472202762 , we just released a new version 0.2.0 of
    supabase
    and 0.7.0 of
    postgrest-py
    with the fix of the bug that made the database client unusable
  • a

    aUnicornDev

    01/06/2022, 6:44 PM
    The first in a 3 part series for making a Supabase FasAPI and deploying on DETA... All feedback is welcome 😊 😊 .. @User I will be sending a PR for the FastAPI tutorial request in the coming week.. https://hashnode.com/preview/61c0d1a802755832385f4a34
  • m

    magpow

    01/07/2022, 9:05 PM
    link throws a 404. sounds really interesting for me
  • a

    aUnicornDev

    01/08/2022, 6:46 AM
    I've published the article so the draft is not available now.. You can check the published article here.. https://aunicorndev.hashnode.dev/supabase-fastapi-setting-up-supabase
  • m

    magpow

    01/08/2022, 7:44 AM
    Cool thank you!
  • u

    unsuitable001

    01/08/2022, 2:51 PM
    Do we have a delete user method in
    supabase.auth.api
    ? I couldn't find.
  • l

    leynier

    01/09/2022, 12:48 AM
    https://github.com/supabase-community/gotrue-py/blob/2f94bfdbc2cf20ef50ec777bbda03face1da3e85/gotrue/_async/api.py#L532
  • m

    magpow

    01/09/2022, 9:54 PM
    thanks for the intro on how to prepare supabase. looking forward to the next article about fastapi πŸ™‚
  • a

    aUnicornDev

    01/10/2022, 3:46 PM
    Hey Everyone, These are the 2nd and 3rd part of the series for review.. Please provide any feedback that you have 😊 ... I plan to post one on Tuesday and the other on Friday. https://hashnode.com/preview/61c4df311b569f3d7b388c94 https://hashnode.com/preview/61c5e450cea97850204557a4
  • l

    leynier

    01/10/2022, 4:06 PM
    Will there be a 4th part? If so, what will it be about? An idea may be to add authentication using Supabase (GoTrue) to the API, so from the client-side, the user can log in using Supabase and the access token that he obtains, use it with FastAPI. That way the user can use all the Supabase services from the client-side and for specific things the API, all with the same access token.
  • a

    aUnicornDev

    01/10/2022, 4:09 PM
    Really sorry to disappoint πŸ™, but I don't plan to write a 4th part.. I'm currently using a variation of the API for a Chrome extension I'm building.. BUT, I can leave it for future projects because I'm sure I'm going to be building stuff with FastAPI and Supabase
  • l

    leynier

    01/10/2022, 4:14 PM
    No problem at all, thanks for your contributions to the Supabase community πŸš€
  • j

    jaf

    01/11/2022, 8:36 PM
    I'm trying to do a mass insert and I hit the following error message:
    httpx.WriteTimeout: The write operation timed out
    Is it more likely that this is related to python or to the supabase back end? I tried inserting about 1000 rows which worked, inserting the full payload (about 6k rows) throws this error message
  • d

    dreinon

    01/13/2022, 5:49 AM
    Hi @jaf! I see it's a timeout error from our http client, see (https://www.python-httpx.org/advanced/#timeout-configuration)
  • d

    dreinon

    01/13/2022, 5:50 AM
    I'll create an issue in postgrest-py to add a timeout parameter somewhere in order to avoid this πŸ˜ƒ
  • d

    dreinon

    01/13/2022, 5:56 AM
    https://github.com/supabase-community/postgrest-py/issues/72
  • j

    jaf

    01/13/2022, 9:50 AM
    Thanks, do you happen to know that the easiest way would be to increase the timeout manually? I can of course chunk the data, but that's additional work which is not necessary if supabase can handle it.
  • d

    dreinon

    01/13/2022, 9:51 AM
    Do you have access to your supabase local package?
1...121314...19Latest