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

Add missing config for datapackage uploads #16

Closed
ridoo opened this issue Jan 24, 2024 · 4 comments
Closed

Add missing config for datapackage uploads #16

ridoo opened this issue Jan 24, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ridoo
Copy link
Collaborator

ridoo commented Jan 24, 2024

Somehow the config for datapackage import has vanished. We would have to re-add it into the current setup.

It can be found here:

const filterItems = addFilterTo(resourcesGridPluginCustomFilters[0].items, {
"id": "tabular",
"labelId": "gnhome.tabular",
"type": "filter",
}, 'dataset');
// override filterItems
resourcesGridPluginCustomFilters[0].items = filterItems;
localConfig.geoNodeCustomFilters = Object.assign(localConfig.geoNodeCustomFilters, {
"tabular": {
"filter{subtype.in}": "tabular"
}
});

@ridoo ridoo added the bug Something isn't working label Jan 24, 2024
@ridoo ridoo self-assigned this Jan 24, 2024
@ridoo ridoo closed this as completed in d776e14 Feb 14, 2024
@vineetasharma105
Copy link

The upload of datapackage was successful, but the information is not rendered

Image

@ridoo
Copy link
Collaborator Author

ridoo commented Feb 25, 2024

@vineetasharma105 that is weird. Will have a look at it.

However, editing metadata is not recommended at the moment because of some wrong internal data handling which turns the tabular dataset back into a normal dataset. This was not tested properly the last time.

@ridoo
Copy link
Collaborator Author

ridoo commented Feb 29, 2024

@ridoo
Copy link
Collaborator Author

ridoo commented Mar 1, 2024

Config checked and fixed .. will have to build and update thuenen_atlas.

Update: Integrated and available (4e27315)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants