question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cursor doesn't support config property

See original GitHub issue

Hey @laughingman7743! First of all thank you for such a good tool to work with Athena. Now o would like to come back to the problem. When i am trying to pass ‘config’ property for boto3.client as element of kwargs pyathena.connect(s3_staging_dir=env['athena_staging_dir'], region_name=env['region'], config=env['config']), it fails because Session constructor unpack kwargs parameter and there is no ‘config’ argument. So it couldn’t reach boto3.client in connection.py. Could we fix this problem by using _get_default_session as it is implemented in boto3? Or we could add some properties to constructor in connection.py , because now we can’t use any of kwargs which are optional in boto3.client

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
m-for-madnesscommented, Feb 10, 2019

Great! It works!

Thank you!

P.S. Sorry for ignore, i was rly busy… Nevertheless you do a lot of work. Thank you for that.

0reactions
laughingman7743commented, Feb 9, 2019

I fixed it. Please check the following branches. https://github.com/laughingman7743/PyAthena/pull/66

Read more comments on GitHub >

github_iconTop Results From Across the Web

No mouse cursor during an OSD task sequence
This article fixes an issue in which no mouse cursor appears during a Configuration Manager OS deployment (OSD) task sequence.
Read more >
Setting Cursor property has no effect - Stack Overflow
Try to use the static property of the cursor class instead of using this.Cursor : Cursor.Current = Cursors.WaitCursor;.
Read more >
cursor - CSS: Cascading Style Sheets - MDN Web Docs
The cursor CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.
Read more >
Change the Mouse Cursor in CSS With the cursor Property
A reference for the CSS cursor property and the different cursors available by default. You'll also see how to define your own cursors....
Read more >
cursor - CSS-Tricks
The cursor property in CSS controls what the mouse cursor will look ... This browser support data is from Caniuse, which has more...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found