lkitching
lkitching
I'm not aware of any issues, no.
@RicSwirrl - Travis build is now passing
@Robsteranium - yes we should probably always deploy to clojars on a successful build
@agustingp - Which version are you using? I tried running the query you gave: `{ cubiql { dataset_avarageernings { dimensions { uri label } } } } ` against the...
@zeginis - The `schema-label-language` configuration option and label fallback behaviour is only used when locating the labels used to generate the GraphQL schema. When actually querying for labels the language...
@zeginis - If you don't specify a `lang_preference` in the GraphQL query it will only match labels with no language, so {cubiql{ dataset_employment { measures { enum_name label uri }...
@zeginis - Yes, the `lang_preference` parameter defines which language to fetch the results in. The `schema-label-language` and fallback behaviour is only used to find the labels used to build the...
@zeginis - Dimension values no longer have to be URIs. `xsd:string` and `xsd:decimal` are now explicitly supported and mapped to the corresponding GraphQL types. Dimensions with an unknown type are...
@zeginis - Yes it should create the schema ok. If you set the `xsd:range` on the dimension it will try use that if has a type mapping for it (currently...
@agustingp - I pushed a fix for that issue earlier today, can you try the latest version on `master` to see if that works for you?