I want to use a timestamp field (called started_at) as the time column, but got ** Dremio error datetime64[ms] ** error
I confirm that this behaviour is specific only to timestamp data type. Reason is, when I switch to another column (as_of_date) with the data type date, it is fine without error.
Given that Dremio’s timesatmp field is basically date PLUS time, does it mean that I would not be able to plot timeseries data in superset where x-axis is a datetime series?
I think that repo is abandoned, my PR is not merged yet.
Any posibility that @naren transfer repo to another mantainer?
or Dremio make a official repo? @balaji.ramaswamy or @lenoyjacob can you help here?
Getting the sqlalchemy_dremio pip package updated would really nice. It’s been hard to find the correct one to use. There are a number of packages that seem to aim to do the same thing, but they all seem to be out of date, even the Preset one.
This is the pip package that would be ideal to update:
To clarify, when I install this package in Superset (any version), when I try to create a database connection to Dremio I get
Error: 'datetime64[ms]'
This user is one of the maintainers. Any chance they’re at Dremio?
I have an Ansible role that attempts to leverage the Superset github repo as much as possible, and I am making sure git is installed on all the docker containers that start up via the docker-compose-non-dev.yml file (by adding “apt update; apt install git -y” near the top of docker/docker-bootstrap.sh); I have also added “git+https://github.com/lenoyjacob/sqlalchemy_dremio.git” to docker/requirements-local.yml file.
Figured I’d leave a description for someone else looking to solve this.