Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Failed to set data set source for tabular data in Vertex AI

Hello,

I am having issues in setting any csv as a tabular data source. I have tried a simple CSV (Housing.csv) downloaded from Kaggle, but I keep having this error

Failed to set data set source
The attempted action failed. Please try again.

I don't think it is a problem with permission as I have successfully created a dataset for images and trained a model.

I have checked the CSV format and seems to be compliant with the recommendations

price,area,bedrooms,bathrooms,stories,mainroad,guestroom,basement,hotwaterheating,airconditioning,parking,prefarea,furnishingstatus
13300000,7420,4,2,3,yes,no,no,no,yes,2,yes,furnished
12250000,8960,4,4,4,yes,no,no,no,yes,3,no,furnished
12250000,9960,3,2,2,yes,no,yes,no,no,2,yes,semi-furnished
12215000,7500,4,2,2,yes,no,yes,no,yes,3,yes,furnished

Any idea about what could be causing this?

Thanks!

0 1 242
1 REPLY 1

Just is case it is useful for someone else. 

It turns out that I was using an extension for internal development (Allow CORS: Access-Control-Allow-Origin) that was causing this issue. Disable the extension and everything works as expected.