Skip to content

Commit

Permalink
[Bug Fix] Fix VPC's table creation query (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 authored Nov 7, 2024
1 parent 8c8bf73 commit 07bb7ba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ CREATE EXTERNAL TABLE IF NOT EXISTS {table_name} (
flow_direction string,
traffic_path int
) USING parquet
OPTIONS (
recursiveFileLookup='true'
)
LOCATION '{s3_bucket_location}'

0 comments on commit 07bb7ba

Please sign in to comment.