When i run the below code to import data from csv file stored in azure storage account i get following error: syntax error at or near "CREDENTIALS"
COPY ccsm.vital_signs FROM
'https://abc.blob.core.windows.net/dta/abc.csv'
CREDENTIALS ''
DELIMITER '|'
CSV HEADER;