dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
405 stars 227 forks source link

fix: flake8 config now properly excluding tests #989

Closed danphenderson closed 9 months ago

danphenderson commented 9 months ago

Problem

The flake8 config is ignoring test, which doesn't exist

Solution

It should ignore tests, or maybe the exclude line should be removed.

Checklist

cla-bot[bot] commented 9 months ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: danphenderson. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails
danphenderson commented 9 months ago

Sorry for spamming. I will follow the rules.. I was trying to be quick.