Skip to content

Commit

Permalink
[Bug Fix] Fix the VPC integration's MV creation query (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanL1997 authored Sep 27, 2024
1 parent 6f74002 commit 5ae1889
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ CREATE EXTERNAL TABLE IF NOT EXISTS {table_name} (
traffic_path int
)
USING parquet
OPTIONS (
recursiveFileLookup='true'
)
LOCATION '{s3_bucket_location}'

0 comments on commit 5ae1889

Please sign in to comment.