We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4fcda commit 27f7f6fCopy full SHA for 27f7f6f
1 file changed
python-package/basedosdados/upload/table.py
@@ -276,7 +276,7 @@ def _parser_blobs_to_partition_dict(self) -> Optional[dict[Any, Any]]:
276
self.client["storage_staging"]
277
.bucket(self.bucket_name, user_project=self.billing_project_id)
278
.list_blobs(
279
- prefix=f"staging/{self.dataset_id}/{self.table_id}/",
+ prefix=f"{self.mode}/{self.dataset_id}/{self.table_id}/",
280
)
281
282
partitions_dict = {}
@@ -526,7 +526,7 @@ def create(
526
BigQuery.
527
528
Data can be found in Storage at
529
- `<bucket_name>/staging/<dataset_id>/<table_id>/*` and is used to build
+ `<bucket_name>/<mode>/<dataset_id>/<table_id>/*` and is used to build
530
the table.
531
532
The following data types are supported:
0 commit comments