What is the difference between /files and /tables folders
In general, the folder /tables
contains only CSV tables and the folder /files
contains all other types of files. However, some components work differently.
For example:
- The AWS S3 loader requires all the input files and tables to be located in
data/in/files
- The AWS S3 connector writes all the input files and tables to
data/out/files
- The Google Drive loader needs all the input files and tables to be located in
data/in/tables
No Comments