We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 578d263 + 11a33d5 commit 151cd16Copy full SHA for 151cd16
src/main/java/io/cdap/plugin/gcp/bigtable/source/BigtableSourceConfig.java
@@ -89,7 +89,6 @@ public final class BigtableSourceConfig extends GCPReferenceSourceConfig {
89
@Description("Mappings from Bigtable column name to record field. " +
90
"Column names must be formatted as <family>:<qualifier>.")
91
@Macro
92
- @Nullable
93
final String columnMappings;
94
95
@Name(SCAN_ROW_START)
0 commit comments