-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
'DruidDatasource' object has no attribute 'database' #207
Comments
+1 |
"GET /caravel/explore/druid/2/?viz_type=table&granularity=one+day&since=7+days+ago&until=1+day+ago&row_limit=5000&include_search=false&metrics=count&flt_col_0=country_woeid&flt_op_0=in&flt_eq_0=&slice_id=&slice_name=&collapsed_fieldsets=&action=&datasource_name=fact_supply_xd&datasource_id=2&datasource_type=druid&previous_viz_type=table&json=true&force=true HTTP/1.1" 500 - |
Ok found the fix but still trying to figure out the issue |
@mistercrunch I fixed the issue. I will send the PR asap |
Stack Trace: Traceback (most recent call last): |
obj.get_json() throws an exception if cache timeout is not specified in the UI |
This is now fixed in |
* feat: add more util functions * feat: add unit test * feat: define HasToString * fix: unit test * fix: update unit tests * feat: add scale types * feat: update scale parsing * fix: enum * feat: add color scale extraction * refactor: create scale from config * feat: parse more scales and add more test * feat: add tests for band and point * test: add more unit tests * refactor: separate applyXXX into multiple files * feat: parse nice time * test: add unit tests * test: make 100% coverage * fix: complete coverage * refactor: update type definitions * fix: address comments * fix: add comments for date parts * fix: build issue * fix: broken tests
* feat: add more util functions * feat: add unit test * feat: define HasToString * fix: unit test * fix: update unit tests * feat: add scale types * feat: update scale parsing * fix: enum * feat: add color scale extraction * refactor: create scale from config * feat: parse more scales and add more test * feat: add tests for band and point * test: add more unit tests * refactor: separate applyXXX into multiple files * feat: parse nice time * test: add unit tests * test: make 100% coverage * fix: complete coverage * refactor: update type definitions * fix: address comments * fix: add comments for date parts * fix: build issue * fix: broken tests
* feat: add more util functions * feat: add unit test * feat: define HasToString * fix: unit test * fix: update unit tests * feat: add scale types * feat: update scale parsing * fix: enum * feat: add color scale extraction * refactor: create scale from config * feat: parse more scales and add more test * feat: add tests for band and point * test: add more unit tests * refactor: separate applyXXX into multiple files * feat: parse nice time * test: add unit tests * test: make 100% coverage * fix: complete coverage * refactor: update type definitions * fix: address comments * fix: add comments for date parts * fix: build issue * fix: broken tests
* feat: add more util functions * feat: add unit test * feat: define HasToString * fix: unit test * fix: update unit tests * feat: add scale types * feat: update scale parsing * fix: enum * feat: add color scale extraction * refactor: create scale from config * feat: parse more scales and add more test * feat: add tests for band and point * test: add more unit tests * refactor: separate applyXXX into multiple files * feat: parse nice time * test: add unit tests * test: make 100% coverage * fix: complete coverage * refactor: update type definitions * fix: address comments * fix: add comments for date parts * fix: build issue * fix: broken tests
* feat: add more util functions * feat: add unit test * feat: define HasToString * fix: unit test * fix: update unit tests * feat: add scale types * feat: update scale parsing * fix: enum * feat: add color scale extraction * refactor: create scale from config * feat: parse more scales and add more test * feat: add tests for band and point * test: add more unit tests * refactor: separate applyXXX into multiple files * feat: parse nice time * test: add unit tests * test: make 100% coverage * fix: complete coverage * refactor: update type definitions * fix: address comments * fix: add comments for date parts * fix: build issue * fix: broken tests
In http://localhost:8088/caravel/explore/druid/1/
The text was updated successfully, but these errors were encountered: