SIENTIAPDE-994

Finishing base pipelines, preparing to testing
This commit is contained in:
vitor-aignosi
2025-05-12 14:50:20 -03:00
parent eb6d2dd79c
commit d22545ba88
2 changed files with 49 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ class Postgres(BaseActivity):
self.close()
@activity.defn(name="load_custom_query")
async def load_custom_query(self, query: str) -> dict[str, dict]:
async def load_custom_query(self, query: str) -> dict[str, Any]:
"""
Loads data from a custom query.