Hi @rakesh saini , since you note this is a problem when you're loading into Delta, can you provide more detail on the type of source data that you are trying to load into Delta, such as the data format (JSON, csv, etc)? Typically, a hanging job is ...
Hi @sp3234 When using the local file APIs to read and write to dbfs paths, you should reference using "/dbfs/..." rather than "dbfs/..."Here's an example that compares the result of local file APIs to using the %fs magic keyword in a notebook cell. ...