James Davidheiser
James Davidheiser
Perhaps I'm being really dense, but is there a way to choose which ipython kernel to connect to? I am really loving this interface as a way to conduct quick...
### Issue Summary In previous versions of Redash, the UI remembered what data source I selected the last time I created a query. Now, it defaults to the first data...
## Expected Behavior or Use Case As we use more and more features of Amundsen, the mechanisms for configuration are starting to feel clunky. Specifically, per https://github.com/lyft/amundsenfrontendlibrary/blob/54de01bdc574665316f0517aefbd55cf7ca37ef0/docs/configuration.md#python-entry-points we need to...
We work in UTC pretty regularly, and the phosphorjs grid used to display datetimes automatically converts them to match the time zone of the browser. This means that the dates...
When trying to deploy the app with gunicorn, as described in the docs, I get the following error: ```RuntimeError: Database configuration is not suitable for deployment (not thread-safe).``` which can...
As seen in the below code snippit - the extra assignment lines are interpreted as being part of the triple quote. Getting rid of the parens or the SELECT statement...
## Changes This adds a new data source to describe a Databricks table, to address the request in https://github.com/databricks/terraform-provider-databricks/issues/3148. I am not particularly familiar with the Databricks Terraform Provider repo,...
### Use-cases We want to reference metadata from our Unity catalog tables in other Terraform configs - for example, we'd like to read the S3 paths where managed tables are...
**Description** The SDK is using an outdated preview endpoint for groups management, which does not work with the new public preview feature that allows us to specify group managers who...
**Description** The Databricks API requires base64 encoded notebook content when using the `import_` method to import files to the Workspace. The standard library `json` package fails when running `json.dumps` on...