alamb commented on issue #25662:
URL: https://github.com/apache/datafusion/issues/25662#issuecomment-5800941658

   Example syntax from duckdb:
   
   https://duckdb.org/docs/lts/sql/statements/create_secret
   
   ```sql
   CREATE SECRET my_secret (
       TYPE s3,
       KEY_ID 'my_secret_key',
       SECRET 'my_secret_value',
       REGION 'my_region'
   );
   ```
   
   ```sql
   DROP SECRET my_persistent_secret;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to