-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I would like to add some missing Redshift syntax support, namely 'COPY target FROM src'.
The syntax specification: https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html
The biggest change is that would allow a string literal as the source, e.g 's3://path/':
COPY target FROM 's3://some_path'
It can be discussed if having a source table being represented as a path is something that should be supported.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request