ADO.NET Provider for Amazon Athena

Build 23.0.8839

Modeling Objects

CData ADO.NET Provider for Amazon Athena Data Model

The provider dynamically extracts all relevant schema information from Amazon Athena via the REST API.

Discovering Schemas

By default, all Amazon Athena entities will be exposed as views. However, the provider is also capable of dividing object types into the following types from the Amazon Athena API :

  • TABLE
  • VIEW

You can enable this functionality by setting MetadataDiscoveryMethod to Glue. This method will require you to also add the necessary IAM profiles for the user.

Alternatively, you can use the Athena discovery method, though this method is slower.

  • MetadataDiscoveryMethod: Set this to Athena.
  • IncludeTableTypes: Set this to True.

Note that while the provider can break Amazon Athena objects into these types, they are all considered to be read-only. Reconnect to load any changes in the metadata, such as added or removed columns or changes in data type.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839