-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
Java and Python handles the usage of temp location for bigquery io differently.
Java's Read only uses and validates tempLocation but Write takes customGcsLocation and falls back to tempLocation.
Python's Read takes gcs_location and falls back to temp_location while Write takes custom_gcs_temp_location and falls back to temp_location.
We need an equivalence of
Line 2314 in 0a0399f
| public Write<T> withCustomGcsTempLocation(ValueProvider<String> customGcsTempLocation) { |
Imported from Jira BEAM-10182. Original Jira may contain additional context.
Reported by: ningk.