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
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group