zazuko / cube-creator

A tool to create RDF cubes from CSV files
GNU Affero General Public License v3.0
12 stars 2 forks source link

Cannot publish a cube : cube:Cube must point to a valid cube:Constraint #1365

Closed PDumasBAR closed 1 year ago

PDumasBAR commented 1 year ago

Project : BAZL_Verkehrsleistungen_Karten_1_Fichier

Cannot publish the cube in INT ! Error message :

image

Save project setting give another error : image

tpluscode commented 1 year ago

The two errors appear unrelated. I found and fixed the second (project settings).

Will continue troubleshooting the second

tpluscode commented 1 year ago

I found the problem, related to the non-alphanumeric characters representing the mathematical inequality operators (>= and <). When a Cube table is created with the Create table from selected columns button, the same target property bewegungen-lfz-86-to is used for both columns. This caused the mapping to malfunction down the line.

When adding a single column such ends state is prevented with an error Target property already mapped but apparently not above apparently. I will proceed with an appropriate safeguard

Regarding the cube project in question, you will be able to delete these two columns and create them again with the desired target property name to make the generated cube functional.

PDumasBAR commented 1 year ago

Hi Tomasz,

Yes, I have the problem in Test and the Cube-Creator duplicate the observations, once for each column linked to the same property. And the publication was possible ???

In INT we have seen the problem and try to update the properties, but we didn't see our modifications were not really applied. I just delete the bad properties and recreate them manually and it works fine, transformation, publication, etc.

Thank for your help Pierre