Skip to content

Releases: Netflix/pygenie

Add override_existing execute option

04 Mar 18:55
5ecfaea

Choose a tag to compare

What's Changed

  • Add override_existing execute option by @zdong2 in #76

New Contributors

Full Changelog: v3.6.18...v3.6.19

Upgrade codebase to latest standards and package compatibility

19 Feb 00:31
c560593

Choose a tag to compare

Fix SyntaxWarning and upgrade python version for testing

31 Jul 20:20
722c9e3

Choose a tag to compare

  • Fixes SyntaxWarning: "is" with a literal. Did you mean "=="? warning for python3.8+.
  • Upgrade the Python version used for testing.

Add python3 support to pypi classifiers and remove deprecated tag from travis yaml

17 Jun 19:58
96058a7

Choose a tag to compare

Merge pull request #61 from cabhishek/fix_travis_config

Fix travis config

Improve presto semicolon logic

19 Mar 19:09
dea327c

Choose a tag to compare

Merge pull request #58 from cabhishek/fix_presto_semicolon

Improve presto semicolon logic

Stricter response code check

10 Feb 19:08
8583ec3

Choose a tag to compare

  • Check the status code if the response is None when fetching stderr

Handle 416 response code from genie server

03 Feb 23:46
3254afe

Choose a tag to compare

  • Don't error when getting a 416 response code when reading logs

Fix deprecation warnings from inspect module

22 Jan 19:48
466c935

Choose a tag to compare

  • Use getfullargspec frominspect module for py3.

v3.6.11: Merge pull request #54 from cabhishek/genie_headers

09 Dec 23:31
63d56ff

Choose a tag to compare

  • Pipe kwargs from execute method all the down to the request call

v3.6.10

07 Aug 22:01
b9fa0e1

Choose a tag to compare

Add genie 4 job status to running job list.