Skip to content

Commit

Permalink
Added parquet support
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 20, 2023
1 parent b2932b1 commit 0dd9a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def extract_current_data(self, exportname):
if self.params.file_name
else "Export",
) # using ogr2ogr
if output_type in ["fgb", "gpkg", "sql", "csv"]:
if output_type in ["fgb", "gpkg", "sql", "parquet", "csv"]:
RawData.ogr_export(
query=raw_currentdata_extraction_query(
self.params,
Expand Down

0 comments on commit 0dd9a14

Please sign in to comment.