โ09-30-2023 08:14 PM
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 many red lines populated by pyflake. I have attached just one pyflake dependency error.
Is there a way for pyflake to load code which been loaded using %run magic command? Or in general how are you guys handling common utility file aside from the main processing file inside databricks?
โ09-30-2023 08:15 PM
โ10-03-2023 12:58 AM
You could use something like flake8 and customize the rules in the .flake8 file or ignore specific lines with #noqa.
โ10-04-2023 07:53 PM
Thank you for your reply, it's definetaly a way not to see the red lines.
However I am not sure it's a feasible way.
It would be best if there's a way a code formatter could detect classes and imports from file which loaded to databricks by %run command.
โ10-05-2023 12:05 AM
Sure, is this the right way to raise a request?
https://docs.databricks.com/en/resources/ideas.html#submit-feedback-from-the-workspace
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now