Azure / spark-cdm-connector

MIT License
75 stars 32 forks source link

The specified resource name contains invalid characters #79

Closed GDR88 closed 3 years ago

GDR88 commented 3 years ago

Hi,

I'm trying to query D365 F&O files using this connector. I think I did everything right, however, i'm getting the following error that I can't seem to solve. Any suggestions? The actual files are in the GeneralJournalAccountEntry folder but I would think the manifest structure knows that.

Please let me know if you need further information!

Thanks!

image image

srichetar commented 3 years ago

Looks you are using an invalid name for containers https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata

GDR88 commented 3 years ago

storage needed to be dfs as stated in the readme. Sorry!