Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
||
| cursor = conn.cursor() | ||
| try: | ||
| query = f"SELECT * FROM {table_name}" |
There was a problem hiding this comment.
humm this is usually a pretty bad idea for obvious reasons :)
There was a problem hiding this comment.
@itsjoeoui look where the table names are fetched from, not a user input
There was a problem hiding this comment.
There was a problem hiding this comment.
Not used anymore but thanks for letting me know
Huum good question, I'll take a look. It's not a breaking problem tho |
| flojoy-cloud = "^0.1.3" | ||
| bcrypt = "^4.1.2" | ||
| tinymovr = "^1.6.5" | ||
| snowflake-connector-python = "3.8.1" |
There was a problem hiding this comment.
If specified in the "deps" let's not package it in
| bcrypt = "^4.1.2" | ||
| tinymovr = "^1.6.5" | ||
| snowflake-connector-python = "3.8.1" | ||
| langchain = "0.1.16" |
There was a problem hiding this comment.
This one could be in the AI group
|
|

quick question: is it normal that the dependencies specified in the flojoy decorator get added to [tool.poetry.dependencies] and not [tool.poetry.group.blocks.dependencies]?