Comment on page
COPY DESCRIPTOR_SOURCE
COPY DESCRIPTOR_SOURCE descriptor_source_name TO 'file_path';
Descriptor Sources will only be downloadable if the current role has USAGE privileges.
This is the name of the Descriptor Source to copy. For case-sensitive names, the name must be wrapped in double quotes; otherwise, the lowercase name will be used.
This is the destination file path on the local machine that the Descriptor Source file will be copied to. This is a String value and should be wrapped in single quotes.
demodb.public/demostore# COPY DESCRIPTOR_SOURCE pageviews TO '/tmp/pageviews';
wrote /tmp/pageviews
Last modified 1mo ago