Giter Site home page Giter Site logo

Comments (3)

sharath-thirunagaru avatar sharath-thirunagaru commented on August 30, 2024 2

Yes, I can start a query from boto3 Athena client in required WorkGroup like below. But, I was looking for something with this module that allows this.

import boto3
athena = boto3.client('athena')
athena.start_query_execution(
    QueryString='select * from test.table2',
    WorkGroup='test'
)

from pyathena.

laughingman7743 avatar laughingman7743 commented on August 30, 2024 1

I tried supporting the work_group parameter on the following branch.
#72
Please check it.

from pyathena.

laughingman7743 avatar laughingman7743 commented on August 30, 2024

https://docs.aws.amazon.com/ja_jp/athena/latest/ug/workgroups-create-update-delete.html#specify-wkgroup-to-athena-in-which-to-run-queries
https://docs.aws.amazon.com/ja_jp/athena/latest/APIReference/API_StartQueryExecution.html

from pyathena.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.