fix/forzar el procesamiento de un pedimento cargado por datastage
This commit is contained in:
@@ -6,8 +6,9 @@ from .tasks import process_pedimento_completo_request
|
||||
from .services import put_pedimento_data_vu
|
||||
from api.api_v2.modules.tasks.services import register_task
|
||||
import logging
|
||||
logger = logging.getLogger("app.api")
|
||||
from celery import group, chord, chain
|
||||
|
||||
logger = logging.getLogger("app.api")
|
||||
router = APIRouter()
|
||||
|
||||
@router.post("/services/pedimento_completo", status_code=status.HTTP_202_ACCEPTED)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from typing import Optional, Union, Dict, Any
|
||||
from typing import Optional, Union, Dict, Any, List
|
||||
from uuid import UUID
|
||||
from datetime import datetime
|
||||
# CORRECCIÓN CLAVE: Se importa el 'validator' para que el decorador funcione
|
||||
|
||||
Reference in New Issue
Block a user