Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
@@ -6,7 +6,7 @@ from supabase_models import Supabase_Client
|
|
6 |
from authenticate import get_access_token_v1
|
7 |
|
8 |
|
9 |
-
def extract_structure_store_message(user_id: str, message_id: str, attachment_id: str, attachment_extension: str, email: str):
|
10 |
if attachment_id and message_id:
|
11 |
project_id = os.getenv('PROJECT_ID')
|
12 |
processor_id = os.getenv('PROCESSOR_ID')
|
|
|
6 |
from authenticate import get_access_token_v1
|
7 |
|
8 |
|
9 |
+
async def extract_structure_store_message(user_id: str, message_id: str, attachment_id: str, attachment_extension: str, email: str):
|
10 |
if attachment_id and message_id:
|
11 |
project_id = os.getenv('PROJECT_ID')
|
12 |
processor_id = os.getenv('PROCESSOR_ID')
|