Skip to content
Snippets Groups Projects
Commit eea9acf6 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Bug fix remove comma in query

parent 21da9523
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ def main():
query_count_all_raw_dataproducts = "select count(*) from astrowise.raw_dataproducts"
query_count_all_pipeline_dataproducts = "select count(*) from astrowise.pl_dataproducts"
query_all_required_fields_raw_dataproducts = \
"select obsid, obsid_source, dp_type, project, activity, uri, size, dysco, antenna_set, instrument_filter, from astrowise.raw_dataproducts order by id {}" \
"select obsid, obsid_source, dp_type, project, activity, uri, size, dysco, antenna_set, instrument_filter from astrowise.raw_dataproducts order by id {}" \
.format(limit_str)
# Create connection using ssh tunnel with the ldvadmin database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment