SIENTIAPDE-994
Update requirements.txt with new dependencies and refactor activity methods for improved functionality and error handling
This commit is contained in:
@@ -83,7 +83,10 @@ class Postgres(BaseActivity):
|
||||
Repeats the last prediction for a given model.
|
||||
|
||||
Args:
|
||||
query_items (dict[str, str]): The query items.
|
||||
query_items (dict[str, str]): The query items. Contains:
|
||||
schema (str): The schema of the table.
|
||||
table_name (str): The name of the table.
|
||||
model (str): The model to repeat the prediction for.
|
||||
|
||||
Returns:
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user