Hello I want to ingest local csv files with S3 sou...
# ingestion
c
Hello I want to ingest local csv files with S3 source with this folder structure └─staging ├───table_a │ a.csv │ ├───table_b │ b.csv │ └───table_c c.csv How do I configure the
path specs
so that datahub ingest the files to
file > table_a > a.csv
format instead of
file > staging > table_a > a.csv
? I've tried run datahub ingest in the
staging
folder with path spec
*/*.csv
but to no avail. Thank you.
d
I think currently, you can’t filter it out