Questions tagged [python-glue]
5 questions
4
votes
1 answer
SQL Server connection with AWS GLUE Python 3 Job
I have written a python job that uses sqlAlchemy to query a SQL Server database, however when using external libraries with AWS Glue you are required to wrap these libraries in an egg file. This causes an issue with the sqlAlchemy package as it uses…

Tolki
- 63
- 1
- 1
- 9
1
vote
1 answer
Couldn't find index page for 'glue'
After easy_install glue I get:
Searching for glue
Reading http://pypi.python.org/simple/glue/
Couldn't find index page for 'glue' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No…

paulalexandru
- 9,218
- 7
- 66
- 94
0
votes
0 answers
prevent glue from closing connection before stored procedure execution is complete
I have got a glue job that is only executing a stored procedure in RDS SQL Server. Everything works until the execution take more than about 30 sec. Once it does that, it appears that glue/python are closing the connection, causing SQL to terminate…

Paul Godward
- 21
- 2
0
votes
1 answer
Glueviz Errorbars
I created a scatterplot in glueviz and now I want to include the errorbars. The corresponding errors are already calculated and listed in a column within my datafile.
So my file looks something like this:
| Planet | Mass | Mass_Error1 | Mass_Error2…

Karfloffel
- 3
- 1
0
votes
1 answer
Python - matrix to FITS File for glueviz
I try to use glue viz (Python tool installed with anaconda) to display 3 imshows plots type, and when I select squares located in an X Y location, then it appears on the other imshow.
I tried to contact the coder team few days ago, but I have no…

lelorrain7
- 315
- 5
- 13