Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 06:59 AM
Hi @pcbzmani ,
Unfortunately that doesn't seem to work. The issue appears to be with the use of format_string
[PARSE_SYNTAX_ERROR] Syntax error at or near 'format_string'.line 2, pos 9
== SQL ==
CREATE DATABASE IF NOT EXISTS new_database
LOCATION format_string('abfss://container-name@%s.dfs.core.windows.net/', SELECT SECRET('secret-scope', 'storage-account-name'))
---------^^^