Skip to content

Commit

Permalink
Google sheet upgrade issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasrathee-cs committed May 28, 2024
1 parent cea4363 commit a9e97ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class GoogleSheetsSourceConfig extends GoogleFilteringSourceConfig {
private static final Pattern CELL_ADDRESS = Pattern.compile("^([A-Z]+)([0-9]+)$");
private static final Pattern NOT_VALID_PATTERN = Pattern.compile("[^A-Za-z0-9_]+");
private static final Pattern COLUMN_NAME = Pattern.compile("^[A-Za-z_][A-Za-z0-9_-]*$");
public static final String CLEANSE_COLUMN_NAMES = "cleanseColumnNames";
public static final String CLEANSE_COLUMN_NAMES = "columnNameCleansingEnabled";
private static LinkedHashMap<Integer, ColumnComplexSchemaInfo> dataSchemaInfo = new LinkedHashMap<>();

@Name(SHEETS_TO_PULL)
Expand Down

0 comments on commit a9e97ff

Please sign in to comment.