Skip to content

Releases: qubole/qds-sdk-py

V1.11.0

31 Jan 06:58
Compare
Choose a tag to compare

Changes from the previous release V1.10.4

  • SDK-331 Add Script Location Parameter to DbTapQueryCommand (#261)
  • SDK-326: Displaying a proper error message in case of failed API calls (#255)
  • SDK-290: Add master_static_nic_name and master_static_public_ip_name (#249)
  • SDK-289: Add node_base_cooldown_period and node_spot_cooldown_period (#248)
  • SDK-266: Add availability_domain_info_map in qds-sdk-py for Oracle clusters (#247)
  • SDK-234: Make API version configurable for Cluster's Show method
  • SDK-275: Pass custom_ec2_tags in node_configuration for ClusterInfoV13 (#235)
  • SDK-319: Add support for environment settings (#251)
  • SDK-318: Fix gcp cluster configs (#252)
  • SDK-XXX: Set version to v2 in ClusterV2's Show method (#253)
  • SDK-XXX: Add api_version support to cluster start method (#256)
  • SDK-291: Add root disk volume for cluster info v1.3 and v2 (#259)
  • SDK-285: Add list functionality to Command to view command history (#258)
  • SDK 321, SDK-322, SDK-325: Changes for better functionality of templates (#254)
  • SDK-330: Add page and per-page option to Cluster and ClusterV2 (#257)

Breaking changes:

  • Run Templates method will return the actual command results now, earlier it used to return 0/1
  • List Templates method will accept a dict instead of a map object
  • API version is configurable for Cluster's Start, Create, Update & Clone methods

V1.10.4

16 Nov 11:08
Compare
Choose a tag to compare

Changes from the previous release V1.10.3

  • SDK-313: DbExportCommand & DbImportCommand - default --schema to None (#246)
  • SDK-183: Make spot block API available (#244)
  • SDK-233: Add pool option for Hive, Hadoop, Spark, Shell and Pig commands (#243)
  • SDK-296 added support for hive partition in DBImportCommand (#236)

V1.10.3

13 Nov 12:29
Compare
Choose a tag to compare

Changes from the previous release V1.10.2

  • SDK-304: Add retry logic for GET requests (#238)
  • Remove unsupported SIGQUIT in Windows (#241)
  • SDK-310: Add support for GCP (#242)

V1.10.2

18 Oct 13:09
Compare
Choose a tag to compare

Changes from the previous release V1.10.1

  • Fix write_headers function for result downloads from S3 (#239)
  • Added a method to retrieve master node of a cluster (#240)

V1.10.1

27 Sep 14:30
Compare
Choose a tag to compare

Changes from the previous release V1.10.0

  • Boto version upgrade and support for downloading from AWS Signature V4 enabled buckets.

V1.10.0

17 Sep 08:52
Compare
Choose a tag to compare

Changes from the previous release V1.9.9

  • Documentation update about using env other than api.qubole.com
  • use_customer_cluster in DbImportCmd is added as key-value option
  • Handle SIGTERM and other in commands.run() api
  • Revert: Integrating the new creds api for getting account information

V1.9.9

29 Aug 06:17
Compare
Choose a tag to compare

Changes from the previous release V1.9.8

  • Bypass EC check logic in SDK
  • Introduce Cluster.api_version as a parameter in all the Qubole connection objects
  • Clear the cached agent if the configure is called with a different api token. This will enable sdk to use two different account tokens in same script
  • Added delete_template operation to the python sdk.
  • Added support for deep-learning cluster to the SDK for v2 api.
  • Added --schema option and --additional options to the DbImportCommand and DbExportCommand class.

V1.9.8

18 Aug 23:00
Compare
Choose a tag to compare

Changes from the previous release V1.9.7

  • Option in DBExport command for use customer cluster.
  • Oracle OPC cluster operations, data disk parameters and image overrides support.
  • Bug fixes.

V1.9.7

19 May 22:44
Compare
Choose a tag to compare

Changes from the previous release V1.9.6

  • Support for fetching command properties.
  • Support for remote script location in commands.
  • Support for cluster api v2.
  • Add elastic ip support for master, ha configuration for clusters and options to include headers for get_results.
  • Bug fixes.

V1.9.6

13 Mar 05:32
Compare
Choose a tag to compare

Changes from the previous release V1.9.5

  • Support for File and Partition Sensors.