Class GcsDataSourcePlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.xpack.esql.datasource.gcs.GcsDataSourcePlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,DataSourcePlugin
Data source plugin providing Google Cloud Storage support for ESQL.
Supports the gs:// URI scheme.
Usage in ESQL:
EXTERNAL "gs://my-bucket/data/sales.parquet"
EXTERNAL "gs://my-bucket/data/sales.parquet" WITH (credentials="{ ... service account JSON ... }", project_id="my-project")
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.plugins.Plugin
Plugin.PluginServices -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getProjectCustomMetadataUpgraders, getSettings, getSettingsFilter, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xpack.esql.datasources.spi.DataSourcePlugin
connectors, decompressionCodecs, filterPushdownSupport, formatReaders, formatSpecs, namedWriteables, operatorFactories, sourceFactories, storageProviders, supportedCatalogs, supportedConnectorSchemes, tableCatalogs
-
Constructor Details
-
GcsDataSourcePlugin
public GcsDataSourcePlugin()
-
-
Method Details
-
supportedSchemes
- Specified by:
supportedSchemesin interfaceDataSourcePlugin
-
storageProviders
- Specified by:
storageProvidersin interfaceDataSourcePlugin
-