:orphan: ########## AWS Athena ########## Executing Athena Queries ======================= Flyte backend can be connected with athena. Once enabled, it allows you to query AWS Athena service (Presto + ANSI SQL Support) and retrieve typed schema (optionally). This section provides a guide on how to use the AWS Athena Plugin using flytekit python. Installation ------------ To use the flytekit athena plugin simply run the following: .. prompt:: bash pip install flytekitplugins-athena No Need for a dockerfile ------------------------ This plugin is purely a spec and since SQL is completely portable, it has no need to build a container. Thus this plugin examples do not have any Dockerfiles. .. TODO: write a subsection for "Configuring the backend to get athena working" ======= Coming soon 🛠 .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto/integrations/aws/athena/images/thumb/sphx_glr_athena_thumb.png :alt: Athena Query :ref:`sphx_glr_auto_integrations_aws_athena_athena.py` .. raw:: html
Athena Query
.. raw:: html
.. toctree:: :hidden: /auto/integrations/aws/athena/athena .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: athena_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: athena_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_