org.raystack.depot.bigquery.exception.BQPartitionKeyNotSpecified Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of depot Show documentation
Show all versions of depot Show documentation
A sink connector library containing multiple sink implementations
The newest version!
package org.raystack.depot.bigquery.exception;
public class BQPartitionKeyNotSpecified extends RuntimeException {
public BQPartitionKeyNotSpecified(String message) {
super(message);
}
}