Skip to content

v1.1.3

Compare
Choose a tag to compare
@matthewwardrop matthewwardrop released this 05 Apr 23:36

This is a minor release fixing two nits:

  • Use yaml.safe_load instead of yaml.load for configuration import.
  • Avoid unnecessary keyword arguments in PySparkClient._execute.