Skip to content

Pretty printing methods for jobs/clusters/warehouses.#197

Merged
zacdav-db merged 1 commit intomainfrom
experiment/print-methods
Feb 24, 2026
Merged

Pretty printing methods for jobs/clusters/warehouses.#197
zacdav-db merged 1 commit intomainfrom
experiment/print-methods

Conversation

@zacdav-db
Copy link
Collaborator

Experimenting with adding pretty printing methods for the following:

Warehouses:

> head(db_sql_warehouse_list(), 1)
[[1]]
warehouse 0011aa1a1a1a1aa1
  <warehouse-name>
  Type: Serverless
  Size: 2X-Small [0/1]
  State: STOPPED

Jobs:

> head(db_jobs_list(), 1)
[[1]]
job 1111111111111111
  <job-name>
  Owner: <fname>.<lname>@<acme-corp>.com

Clusters:

> head(db_cluster_list(), 1)
[[1]]
cluster 1111-123412-abcdefg
  <cluster name>
  Runtime: 17.3.6
  Node Type: i3.xlarge [single-node]
  State: RUNNING

@zacdav-db zacdav-db self-assigned this Feb 24, 2026
@zacdav-db zacdav-db merged commit a5eb95b into main Feb 24, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant