datopian / datahub

🌀 Rapidly build rich data portals using a modern frontend framework
https://www.portaljs.org
MIT License
2.21k stars 328 forks source link

My repo is not syncing #1293

Closed anuveyatsu closed 2 months ago

anuveyatsu commented 2 months ago

Tried to set up another repo with a dataset but it is stuck while syncing. I am wondering if it's because I used whitespace in the dataset name:

datahub-cloud-not-syncing

So I updated the dataset name to remove whitespace and use lowercase letters only. But it gave the following error:

Screenshot 2024-08-28 at 12 08 44 AM

It's true that I don't have config.json file in my repo but is it required?

olayway commented 2 months ago

@anuveyatsu Thanks for reporting. I've already noticed this issue myself and have just deployed the fix. And no, config.json is definitely not required.

As for the project name: I have opened an issue yesterday about the pattern check not working #1294

olayway commented 2 months ago

Closing as duplicate of #1295 which has just been fixed

anuveyatsu commented 2 months ago

Awesome @olayway 🚀