Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Copy P…
Browse files Browse the repository at this point in the history
…ostgresSQL to GCS as CSV
  • Loading branch information
mik-laj committed Apr 18, 2024
1 parent 87df1e8 commit 4d0a94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pola-bi/postgres_to_gcs/gcs_to_bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def execute_verbose(command, **kwargs):
"mode": "NULLABLE",
"name": "code",
# Change to STRING from INTEGER as some values are not INT64 (length > 19)
"type": "INTEGER",
"type": "STRING",
},
{"mode": "NULLABLE", "name": "created", "type": "TIMESTAMP"},
{"mode": "NULLABLE", "name": "ilim_queried_at", "type": "TIMESTAMP"},
Expand Down

0 comments on commit 4d0a94c

Please sign in to comment.