<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pyflake errors when using %run in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/47302#M28157</link>
    <description>&lt;P&gt;The visualization of the problem I am referencing:&lt;/P&gt;</description>
    <pubDate>Sun, 01 Oct 2023 03:15:41 GMT</pubDate>
    <dc:creator>Eeg</dc:creator>
    <dc:date>2023-10-01T03:15:41Z</dc:date>
    <item>
      <title>Pyflake errors when using %run</title>
      <link>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/47301#M28156</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 03:14:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/47301#M28156</guid>
      <dc:creator>Eeg</dc:creator>
      <dc:date>2023-10-01T03:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pyflake errors when using %run</title>
      <link>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/47302#M28157</link>
      <description>&lt;P&gt;The visualization of the problem I am referencing:&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 03:15:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/47302#M28157</guid>
      <dc:creator>Eeg</dc:creator>
      <dc:date>2023-10-01T03:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pyflake errors when using %run</title>
      <link>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/47806#M28208</link>
      <description>&lt;P&gt;You could use something like flake8 and customize the rules in the&amp;nbsp;&lt;SPAN&gt;.flake8 file&amp;nbsp;&lt;/SPAN&gt;or ignore specific lines with #noqa.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://flake8.pycqa.org/en/latest/user/configuration.html" target="_blank"&gt;https://flake8.pycqa.org/en/latest/user/configuration.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 07:58:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/47806#M28208</guid>
      <dc:creator>btafur</dc:creator>
      <dc:date>2023-10-03T07:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pyflake errors when using %run</title>
      <link>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/48298#M28270</link>
      <description>&lt;P&gt;Thank you for your reply, it's definetaly a way not to see the red lines.&lt;/P&gt;&lt;P&gt;However I am not sure it's a feasible way.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 02:53:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/48298#M28270</guid>
      <dc:creator>Eeg</dc:creator>
      <dc:date>2023-10-05T02:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pyflake errors when using %run</title>
      <link>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/48325#M28274</link>
      <description>&lt;P&gt;Sure, is this the right way to raise a request?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/resources/ideas.html#submit-feedback-from-the-workspace" target="_blank"&gt;https://docs.databricks.com/en/resources/ideas.html#submit-feedback-from-the-workspace&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 07:05:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pyflake-errors-when-using-run/m-p/48325#M28274</guid>
      <dc:creator>Eeg</dc:creator>
      <dc:date>2023-10-05T07:05:37Z</dc:date>
    </item>
  </channel>
</rss>

