Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Pyflake errors when using %run

I am using %run command to import shared resources for each of my processes. Because it was the most easy way to import my common libraries. However, in that way, pyflake can't resolve the dependencies quite well. And I end up working in code with ma...

Eeg by Visitor
  • 3 Views
  • 1 replies
  • 0 kudos

Resolved! Cache Select on Temp Table?

How might I cache a temp table?The documentation suggests it is possible: https://docs.databricks.com/spark/latest/spark-sql/language-manual/delta-cache.htmlConsider the following on DBR 10.5 and Spark 3.2.1:```%pythondf.createOrReplaceTempView("chan...

auser85 by New Contributor III
  • 272 Views
  • 6 replies
  • 4 kudos