Jessica Smith

Results 38 comments of Jessica Smith

Not sure if it helps but I've noticed similar on the cluster events call - limit seems to be used to control how many results are sent in each batch,...

Same issue here on version 18.0.0, it seems that I get dropped in a `sh` shell instead of a `zsh` shell. Everything works normal if I run zsh to get...

FWIW the issue seems to be caused by the entire config file being written, even empty/unset parameters, whenever any config value is set. So if you want to avoid rolling...

@kravets-levko Found this issue when looking into the same problem with dbt runs against serverless warehouses. I did want to add a comment - on the issue in the dbt-databricks...

Damn, that's unfortunate. Would there be anyway to query the databricks API for the status of the query using the statement ID to attempt to retry based on that, like...

I have a washer and a dryer, and the test data folder contains each of their data. That's currently only used for the appliances manager tests but I added it...

I think there is an api we can call that returns the device capabilities. If that works to determine if it's a washer, dryer, or W/D combo we could have...

Yeah I think so. With the device data model api call (`api/v2/DeviceDataModel`) we can get data that should let us determine if the entity should be a washer or dryer....