I am a newbie to AWS and snowflake. I am looking to load csv files from S3 to respective snowflake tables (about 100 tables) using aws glue. I was able to load data into 1 snowflake table using the below article
https://support.snowflake.net/s/article/How-to-Set-up-AWS-Glue-ETL-for-Snowflake
Is it possible to use 1 aws glue to load a list of tables?
Inside AWS Glue - can we write logic to update or insert data in snowflake based on csv files ?
Please advice and share any sample code /solutions if any.
Thanks, Jo