Value only available at runtime, but accessed from a non-runtime context #2389
Labels
api: bigtable
Issues related to the googleapis/java-bigtable-hbase API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
bigtable-beam-import-1.13.0-shaded.jar returns a
java.lang.IllegalStateException: Value only available at runtime, but accessed from a non-runtime context: RuntimeValueProvider{propertyName=bigtableStartRow, default=}
error for eachexport
operation which doesn't have--bigtableStartRow
set:To reproduce try running:
When
--bigtableStartRow
is set, it complains aboutbigtableStopRow
for a change:The text was updated successfully, but these errors were encountered: