Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add dataset #16864

Closed
2 of 3 tasks
akshay26031996 opened this issue Sep 28, 2021 · 2 comments · Fixed by #16925
Closed
2 of 3 tasks

Unable to add dataset #16864

akshay26031996 opened this issue Sep 28, 2021 · 2 comments · Fixed by #16925
Assignees
Labels
#bug Bug report data:dataset Related to dataset configurations

Comments

@akshay26031996
Copy link

When we try to add a dataset from the superset UI, the "Add" button is disabled.

How to reproduce the bug

  1. Add pyhive in docker/requirements-local.txt
  2. Run docker-compose -f docker-compose-non-dev.yml up
  3. Connect to a database. I have connected with presto.
  4. Click on Data -> Datasets

image

  1. Click on + Datasets

image

  1. Fill in all the details. Still the Add button is disabled.

screenshot

Expected results

After filling in the required details we should be able to proceed with adding the datasets.

Actual results

Add button is disabled.

Environment

  • browser type and version: Tested in both Firefox and Chrome
  • superset version: superset version: Dev

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

I am able to query the table in the SQL editor.
image

@yousoph
Copy link
Member

yousoph commented Sep 28, 2021

Looks like the add button is disabled when you select the first table, but if you go back and select a second table from the dropdown, the add button gets enabled (as a temporary workaround)

@junlincc junlincc added the data:dataset Related to dataset configurations label Sep 28, 2021
@jinghua-qa
Copy link
Member

test cases added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report data:dataset Related to dataset configurations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants