File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/io/cdap/plugin/gcp Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171@ Plugin (type = Connector .PLUGIN_TYPE )
7272@ Name (BigQueryConnector .NAME )
7373@ Category ("Google Cloud Platform" )
74- @ Description ("Connection to browse and sample data from BigQuery datasets and tables." )
74+ @ Description ("Connection to access data in BigQuery datasets and tables." )
7575public final class BigQueryConnector implements DirectConnector {
7676 public static final String NAME = "BigQuery" ;
7777 public static final String ENTITY_TYPE_DATASET = "dataset" ;
Original file line number Diff line number Diff line change 5959@ Plugin (type = Connector .PLUGIN_TYPE )
6060@ Name (GCSConnector .NAME )
6161@ Category ("Google Cloud Platform" )
62- @ Description ("Connection to browse and sample data from Google Cloud Storage" )
62+ @ Description ("Connection to access data in Google Cloud Storage" )
6363public class GCSConnector extends AbstractFileConnector <GCPConnectorConfig > {
6464 public static final String NAME = "GCS" ;
6565 static final String BUCKET_TYPE = "bucket" ;
Original file line number Diff line number Diff line change 6666@ Plugin (type = Connector .PLUGIN_TYPE )
6767@ Name (SpannerConnector .NAME )
6868@ Category ("Google Cloud Platform" )
69- @ Description ("Connection to browse and sample data from Spanner databases and tables." )
69+ @ Description ("Connection to access data in Spanner databases and tables." )
7070public class SpannerConnector implements DirectConnector {
7171 public static final String NAME = "Spanner" ;
7272 public static final String ENTITY_TYPE_INSTANCE = "instance" ;
You can’t perform that action at this time.
0 commit comments