issues Search Results · repo:jonra1993/fastapi-alembic-sqlmodel-async language:Python
Filter by
70 results
(66 ms)70 results
injonra1993/fastapi-alembic-sqlmodel-async (press backspace or delete to remove)Hello! Saw this template and figured I d give it a try. Cloning and running instructions as is has 7 containers running,
but I get this error: consumer: Cannot connect to redis://redis_server_test:6379//: ...
AaronWChen
- 2
- Opened on Jun 27, 2024
- #97
Hello! I have been developing from this template since 2022.
At that time I saw that the model was using { lazy : selectin } and I used it myself without any problems.
However, there are times when I ...
hgalytoby
- 3
- Opened on Jun 15, 2024
- #96
How about replacing Celery with Prefect? I find Prefect more suitable for this build and it is in many ways more
convenient than Celery. At least Prefect supports asyncio
50Bytes-dev
- 1
- Opened on May 16, 2024
- #95
In the celery_task.py file you have this ...
@celery.task(name= tasks.print_hero )
def print_hero(hero_id: UUID) - None:
hero = runnify(get_hero)(hero_id=hero_id)
return hero.id
I found an issue ...
jcam5826
- 2
- Opened on Mar 13, 2024
- #94
Thanks for this amazing work! Can you help tell me where or how to obtain a database session for a task. I saw that the
initial function of CRUDBase has db param, but I didn t see initialization. Thank ...
dylenchang
- 1
- Opened on Jan 23, 2024
- #92
A new version of Sqlmodel 0.0.14 has been released Why not go to Pydantic 2?
8thgencore
- 2
- Opened on Dec 5, 2023
- #91
Some background info:
- This is my first time working with docker containers
- Using a Macbook pro M1
- Used both ankane/pgvector and bitnami/postgresql:latest for the database base image
First ...
psycho-baller
- 4
- Opened on Nov 12, 2023
- #90
celery.conf.update({
beat_dburi : settings.SYNC_CELERY_BEAT_DATABASE_URI,
beat_schedule : {
run-periodic-task-every-60-seconds : {
task : tasks.periodic ,
...
russell310
- 3
- Opened on Nov 4, 2023
- #89
First I logged in with /api/v1/login, but then browser doesn t pass Bearer token to the /api/v1/user/list and in UI
there is no input field to pass it manually. How is this supposed to work? I can use ...
nemanjam
- 2
- Opened on Oct 29, 2023
- #88
How to use filters here? If you added some examples it will be helpful. For example if we want to filter user table by
first_name, last_name, email or status, How we can achieve?
russell310
- 2
- Opened on Oct 13, 2023
- #87

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.