Is there any way to integrate Databricks and pylint for liniting pyspark/python code? If not, are there any alternatives for the same ?
Asked
Active
Viewed 629 times
0
-
by Databricks are you referring to the code in the notebooks? or what? – Alex Ott May 31 '22 at 06:08
-
the alternative I can think of is to use your fav IDE and push your Pyspark code to Databricks using their DBX utility. https://docs.databricks.com/dev-tools/dbx.html – Ganesh Chandrasekaran May 31 '22 at 12:17
-
@AlexOtt yes Alex, I am referring to the notebooks in databricks. – aps08 Jun 01 '22 at 17:12
-
@GaneshChandrasekaran Yes, Ganesh, I have already look into to, but that won't work for me. – aps08 Jun 01 '22 at 17:13