Skip to content

Commit

Permalink
BigQueryUpdate
Browse files Browse the repository at this point in the history
Signed-off-by: Apurva Umakant Birajdar <[email protected]>
  • Loading branch information
apurva-birajdar committed Nov 8, 2023
1 parent 9cc11ab commit c77a322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ApplicationConstants {

public static final String LOGSTASH_TAG_SKIP_NOT_GCP = "_GCPguardium_skip_not_GCP";
public static final String LOGSTASH_TAG_JSON_PARSE_ERROR = "_bigqueryguardium_json_parse_error";
public static final String DATA_PROTOCOL_STRING = "BigQuery";
public static final String DATA_PROTOCOL_STRING = "BigQuery(GCP)";
public static final String SERVER_TYPE_STRING = "BigQuery";
public static final String UNKOWN_STRING = StringUtils.EMPTY;
public static final String COMPOUND_OBJECT_STRING = "[json-object]";
Expand Down

0 comments on commit c77a322

Please sign in to comment.