Forum Discussion

tmjones2's avatar
tmjones2
Helper I
2 years ago

VS Code Integration with Fabric Notebooks Not Working

I'm running the code below and getting this error: AttributeError: 'NoneType' object has no attribute 'sql' df = spark.sql("SELECT * FROM MyLH.ClaimFacts LIMIT 1000") display(df) df.printSchema() ...