From 61a84f074e1d9e8f0a9bf62b3d97abcd4843618e Mon Sep 17 00:00:00 2001 From: Nixon MAGESE Date: Fri, 27 Jan 2023 15:52:36 +0200 Subject: [PATCH] gcs_url > filepath --- geobeam/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geobeam/util.py b/geobeam/util.py index 1669991..10de4f0 100644 --- a/geobeam/util.py +++ b/geobeam/util.py @@ -92,7 +92,7 @@ def get_bigquery_schema(filepath, layer_name=None, gdb_name=None): return bq_schema -def get_bigquery_schema_dataflow(filepath, layer_name=None, gdb_name=None): +def get_bigquery_schema_dataflow(gcs_url, layer_name=None, gdb_name=None): """ Generate a Bigquery table schema from a geospatial file hosted on a Google Cloud Storage bucket