Skip to content

Commit

Permalink
Merge pull request #402 from IBM/BigQueryChange
Browse files Browse the repository at this point in the history
BigQueryUpdate
  • Loading branch information
apurva-birajdar authored Nov 8, 2023
2 parents 9cc11ab + c77a322 commit 6c0fe4e
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 6c0fe4e

Please sign in to comment.