conceptual question: in redshift, you need to create a table before you can copy a parquet file from s3 into it. how does this translate into an asset?
is the asset typically created for the inserts AFTER the table was created?
or is the asset supposed to check if the table exists first, if so copy, if not create + copy?
or are you supposed to make an op and an asset? what's like the best practice here