We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441300f commit d090a15Copy full SHA for d090a15
1 file changed
ede/ede/validation_functions/fn3_integridad_datos/fn3D1.py
@@ -36,6 +36,8 @@ def fn3D1(conn, return_dict):
36
WHERE
37
-- Agrega a la lista todos los registros que no cumplan con la expresión regular
38
MaximumCapacity NOT REGEXP "^[1-9]{1}\d{1,3}$"
39
+ AND Organization.RecordEndDateTime IS NULL
40
+ AND CourseSection.RecordEndDateTime IS NULL
41
""")
42
except Exception as e:
43
logger.info(f"Resultado: {MaximumCapacityErrors} -> {str(e)}")
0 commit comments