pylivy
pylivy copied to clipboard
Add name to session model
- Adds the session
name
to the session model - Updates the
from_json
session model to use thename
if it is provided in the livy API response - Updates failing mypy test to include missing types (this failure seems to be unrelated to the changes above)
Hi @acroz wondering if you would have a chance to look at this? thanks! :)