Giter Site home page Giter Site logo

Comments (9)

amancevice avatar amancevice commented on July 16, 2024

This is probably an issue you should open with Superset. Can you give me any more information about your configuration?

from docker-superset.

ofostier avatar ofostier commented on July 16, 2024

Yes i can give you any information you need but i'm not a expert from this tool.
What do you need exactly and how can i find them.

My SUPERSET docker container run on docker4mac

Docker version 17.03.1-ce, build c6d412e

image
and then ...

image

When I try to create a table (with or without specified the schema i get this return

Table [MYTABLE] could not be found, please double check your database connection, schema, and table name. (working like a charm with the "main" source)

SUPERSET version info :

{"version": "0.17.4", "GIT_SHA": ""}

from docker-superset.

amancevice avatar amancevice commented on July 16, 2024

Are you sure the user you are using to connect to this DB has the correct permissions to view this table?

from docker-superset.

ofostier avatar ofostier commented on July 16, 2024

Yes this user have the read/write permissions to all tables in the schema

from docker-superset.

amancevice avatar amancevice commented on July 16, 2024

And you're sure you're attempting to create the table with the right database selected? There should be a dropdown in the create table dialog.

from docker-superset.

ofostier avatar ofostier commented on July 16, 2024

Yes the database i was previously created appear in the dropdown in the create table dialog.

from docker-superset.

amancevice avatar amancevice commented on July 16, 2024

Hm. I must admit I'm stumped. I am able to add a DB and table using the demo example:

cd ./examples
./demo.sh mysql
# ... follow prompts
# ... navigate to localhost:8088
# ... Add DB
# ... Add table

from docker-superset.

ofostier avatar ofostier commented on July 16, 2024

I restart install directly from cloning this project from github
and then do the demo.sh mysql
Everything is working from this example.

Then i create a new DB connection to a a MySQL in my network. (I can connect to from mysql workbench and make some queries, SELECT and UPDATE etc)
But take the same error when i try to create a table.

When i use the "SQL Lab" and select my DB, system can not retrieve the list of schemas.
So i try this in mysql workbench :
SELECT SCHEMA_NAME AS Database FROM INFORMATION_SCHEMA.SCHEMATA;
and then i retrieve all my schemas.
Mysql version :
5.5.28-log on a dedicated server

is there a special configuration to use mysql from Superset ?

from docker-superset.

amancevice avatar amancevice commented on July 16, 2024

5.5 is a pretty old version of MySQL -- that may be your problem. I'm going to close this issue because I don't think it's a problem with the Docker image. I suggest you file an issue with Superset.

from docker-superset.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.