How to create 1000s of tables in redshift serverless automatically using boto3?
I have an S3 bucket which contains 1000s of folders which are basically table_names and those contains parquet files.
I’m trying to create tables with that schema in redshift.
I’m using redshift-data api. But getting below error when trying to create more than 500 tables.