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

Smarter redirect on slice creation #691

Merged
merged 1 commit into from
Aug 2, 2016

Commits on Jul 31, 2016

  1. Smarter redirect on slice creation

    After ea8a7ec creating a slice
    started redirecting to druid datasource from sqlalchemy tables.
    That's quite painful for sqlalchemy tables users.
    Instead of hardcoding a choice just query the db, if we don't
    have any druid datasource fallback to sqlalchemy tables.
    Bonus points we remove hacky javascript and make the message
    translatable.
    
    While at it fix druid client test to not hardcode datasource id.
    xrmx committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    4761a68 View commit details
    Browse the repository at this point in the history