From b9256b84b2994bcf518ca411f8cb3a877b3b61e2 Mon Sep 17 00:00:00 2001
From: Franklin Whaite <70151215+franklinWhaite@users.noreply.github.com>
Date: Tue, 9 Jul 2024 10:00:38 -0500
Subject: [PATCH] Resource file bug (#93)
* reading antiPatternExamples.yaml as stream instead of a file. This fixes the file not found bug happened when running the tool from a jar and using the rewrite_sql flag
* updating version number
---
bigquery-antipattern-recognition/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bigquery-antipattern-recognition/pom.xml b/bigquery-antipattern-recognition/pom.xml
index 3857f9cc..39d029d2 100644
--- a/bigquery-antipattern-recognition/pom.xml
+++ b/bigquery-antipattern-recognition/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
com.google.cloud.tools
bigquery-antipattern-recognition
- 1.0.0
+ 1.0.0.1
11
diff --git a/pom.xml b/pom.xml
index a3f6a81e..0cce2258 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
com.google.cloud.tools
bigquery-antipattern-recognition-tool
- 1.0.0
+ 1.0.0.1
pom