Parameterize S3 URI in LOAD DATA FROM S3 SQL statement (Aurora MySQL)

36 Views Asked by At

In our team, we want to import multiple tables from an S3 bucket into an Aurora 8 (MySQL) database using SQL. Yet, the LOAD DATA FROM S3 statement seems only to support literal URI strings, not string expressions. How can we avoid specifying the same S3 bucket URI multiple times?

0

There are 0 best solutions below