Skip to content

Support custom gcs location for bigquery read #20200

@damccorm

Description

@damccorm

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

public Write<T> withCustomGcsTempLocation(ValueProvider<String> customGcsTempLocation) {
for the Read class.

Imported from Jira BEAM-10182. Original Jira may contain additional context.
Reported by: ningk.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions