Open tylerweitzman opened 1 week ago
Adds the following KV to the SKYPILOT_CLUSTER_INFO json dump
{... 'hourly_price': handle.get_hourly_price(), 'instance_type': handle.launched_resources.instance_type, }
Ran an existing workflow with it to see the values successfully added
{"cluster_name": "sky-e72c-ubuntu", "cloud": "GCP", "region": "us-central1", "zone": "us-central1-a", "hourly_price": 0.26203, "instance_type": "n2-highmem-4"}
Adds the following KV to the SKYPILOT_CLUSTER_INFO json dump
Ran an existing workflow with it to see the values successfully added