Hi,
I’ve built up connection from S3 to redshift.
My Amazon S3 bucket has a csv file that i am trying to replicate but when it fetches the schema from the source it names it as dataset name given in source configuration instead of the actual file name.
is this the expected behavior? Because my understanding for the field “Dataset” is that it is the name of the table at the destination but here it is also naming the source stream with the same name
My file in AMAZON S3 BUCKET
Source configs settings > Here you can observe that dataset is named as “airbyte_dataset”
Now fetched stream is named same instead of the actual file name that i have in my bucket