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

Simplify the container build process #6

Closed ppaglilla closed 1 year ago

ppaglilla commented 1 year ago

Properly configures the project's root pom file to include the bigquery-antipattern-recognition module. The project can now be built directly using a single maven command at the root, instead of having to build the different modules separately.

Updates README accordingly.