Skip to content

Commit

Permalink
@JsonIgnore causes emulator endpoint to be missing in DoFn's (#32450)
Browse files Browse the repository at this point in the history
  • Loading branch information
kberezin-nshl committed Sep 17, 2024
1 parent 5ebed2a commit ff35dcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion sdks/java/io/google-cloud-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ dependencies {
implementation library.java.http_client
implementation library.java.hamcrest
implementation library.java.http_core
implementation library.java.jackson_annotations
implementation library.java.jackson_core
implementation library.java.jackson_databind
implementation library.java.jackson_datatype_joda
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
package org.apache.beam.sdk.io.gcp.bigquery;

import com.fasterxml.jackson.annotation.JsonIgnore;
import java.util.Map;
import org.apache.beam.sdk.extensions.gcp.options.GcpOptions;
import org.apache.beam.sdk.options.ApplicationNameOptions;
Expand Down Expand Up @@ -225,7 +224,6 @@ public interface BigQueryOptions
void setJobLabelsMap(Map<String, String> value);

/** BQ endpoint to use. If unspecified, uses the default endpoint. */
@JsonIgnore
@Hidden
@Description("The URL for the BigQuery API.")
String getBigQueryEndpoint();
Expand Down

0 comments on commit ff35dcb

Please sign in to comment.