GoogleCloudPlatform / bigquery-antipattern-recognition

Utility to identify and rewrite common anti patterns in BigQuery SQL syntax
Apache License 2.0
76 stars 26 forks source link

Excluding invalid/failed queries from analyzing #26

Closed sridivakar closed 11 months ago

google-cla[bot] commented 11 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

franklinWhaite commented 11 months ago

I see these changes mostly apply to the Analyzer's main class. Nevertheless that class has been deprecated in favor of the Parser's main class as you can see here. In other words, you're looking at the wrong main class (we will be removing this main class soon to avoid further confusion)