Forum Discussion

rzga's avatar
rzga
Frequent Visitor
2 years ago

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...