Skip to content

Commit

Permalink
Update dump_bigquery_to_csv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored May 31, 2024
1 parent 99f9fee commit a3dd0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dump_bigquery_to_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
)

if len(bq_df) > 0:
print(bq_df.head())
intake_esm_df = bq_df_to_intake_esm(bq_df)
intake_esm_df.to_csv(filename, index=False)
if fs.exists(path):
Expand Down

0 comments on commit a3dd0ab

Please sign in to comment.