Forum Discussion
rzga
2 years agoFrequent Visitor
MS Fabric Spark WriteStream:"WorkspaceId and ArtifactId should be either valid Guids or valid Names"
We are trying to use the spark streaming, to get the json file from ADLS and ingest it in fabric, for that we are usign spark: df_streaming = (spark.readStream
.schema(schema)
.f...
chetanhiwale
Resolver I
1 year agohi rzga Anonymous , did we get any solution on this. I am also facing the same issue.
rzga
1 year agoFrequent Visitor
Hi chetanhiwale , Unfortunately, I couldn't use the console like we have in Databricks, so I had to use trial and error until I found the issue in my JSON and handled it in the function.