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

Define cube key #491

Open
leonorsilva opened this issue Apr 6, 2020 · 0 comments
Open

Define cube key #491

leonorsilva opened this issue Apr 6, 2020 · 0 comments

Comments

@leonorsilva
Copy link

When I try to redefine the cube's key it appears as it does not change.
This is my model:


    "cubes": [
    	{
            "name": "un_hi",
            "dimensions": [
                "date",
                "location",
                "transport"
            ],
            "key": 
            	"ag_id"
            ,
            "joins":[
                 {"master":"un_hi.eid",
                 "detail":"agency_event.eid"}
            ],
            "aggregates": [
                {
                    "name": "record_count",
                    "function": "count"
                }
            ],
            "mappings": {
                "location.latitude": "un_hi.latitude",
                "location.longitude": "un_hi.longitude",
                "transport.unityp":"un_hi.unityp"
            }
      }
]

So I am trying to change the key to ag_id, but then the browser is doing this query:
Screenshot_2020-04-06 Screenshot from 2020-04-06 06-44-22 png (PNG Image, 3286 × 1080 pixels)
What am I doing wrong?
Thank you for your time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant