I have a question here please, you have defined a parameter for key and secretid in external stage creation, but where did you define those credentials in snowflake? Can I know please?
You can define the parameters as set command in the same worksheet set AWS_KEY_ID = 'ABC' set AWS_SECRET_KEY = 'XYZ' and then you can use these parameters with $AWS_KEY_ID and $AWS_SECRET_KEY.
great explaination!!
Very nice and useful information
Glad to know that my content is useful to you.
Hi , Can you please share stream and task videos also
I have a question here please, you have defined a parameter for key and secretid in external stage creation, but where did you define those credentials in snowflake? Can I know please?
You can define the parameters as set command in the same worksheet
set AWS_KEY_ID = 'ABC'
set AWS_SECRET_KEY = 'XYZ'
and then you can use these parameters with $AWS_KEY_ID and $AWS_SECRET_KEY.