Skip to content
Snippets Groups Projects
Commit f183e99b authored by Robert Latta's avatar Robert Latta
Browse files

lowered the status and added id to geant lambdas

parent d1ffe45f
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,9 @@ equipment_location_query = """SELECT
geant_lambda_sql = """SELECT
absid AS id,
name,
status
LOWER(status)
FROM circuit
WHERE
status != 'terminated'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment