Shape of passed values is (1, 100), indices imply (15, 100)". My table has 15 columns but no data is coming for them
I get no data returned when I'm in the Slice creation view either, no matter what visualization and setting I choose.
I had the issue on 0.17.4 and have upgraded to 0.17.6, and still have it.
Note: Issue is only coming up for SQL Database - mysql, redshift, sqlite are working fine
cdf = dataframe.SupersetDataFrame(pd.DataFrame(list(data), columns=column_names))