Commit 682e4901 authored by mouadh's avatar mouadh

service name change

parent 3b894344
...@@ -18,7 +18,7 @@ class OlapyService(ServiceBase): ...@@ -18,7 +18,7 @@ class OlapyService(ServiceBase):
def get_star_schema(ctx): def get_star_schema(ctx):
return OlapyService.executer.load_star_schema_dataframe.to_json() return OlapyService.executer.load_star_schema_dataframe.to_json()
# curl "http://localhost:8000/get_cubes_names" # curl "http://localhost:8000/get_all_tables"
@rpc(_returns=Unicode) @rpc(_returns=Unicode)
def get_all_tables(ctx): def get_all_tables(ctx):
return { return {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment