Class RVAthenaDataSource

Amazon Athena data source

Inheritance
System.Object
RVAthenaDataSource
Namespace: Reveal.Sdk.Data.Amazon.Athena
Assembly: Infragistics.Reveal.Connectors.Athena.dll
Syntax
public class RVAthenaDataSource : RVDashboardDataSource

Constructors

RVAthenaDataSource()

Declaration
public RVAthenaDataSource()

RVAthenaDataSource(BaseDataSource)

Declaration
public RVAthenaDataSource(BaseDataSource modelDataSource)
Parameters
Type Name Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource modelDataSource

Properties

Database

Declaration
public string Database { get; set; }
Property Value
Type Description
System.String

DataCatalog

Athena's data catalog where the database is. If the value is null, "AwsDataCatalog" will be used.

Declaration
public string DataCatalog { get; set; }
Property Value
Type Description
System.String

OutputLocation

s3 path where the results will be stored. It is optional, but if missing and if the chosen workgroup doesn't have a valid s3 path, the queries will fail.

Declaration
public string OutputLocation { get; set; }
Property Value
Type Description
System.String

ProviderKey

Declaration
protected override string ProviderKey { get; }
Property Value
Type Description
System.String

Region

Region for the service. See the list of supported values in https://docs.aws.amazon.com/general/latest/gr/rande.html.

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String

Workgroup

Workgroup used to run queries. It is optional.

Declaration
public string Workgroup { get; set; }
Property Value
Type Description
System.String

Methods

ToModelDataSource()

Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource