Files
Benjin Dubishar fde031be48 Adding SQL Edge project template (#13558)
* Checkpoint

* removing flag for not creating subfolder

* Adding Edge template

* Removing janky map function

* Adding templates for additional objects

* Updating tests, fixing bug

* Added Edge project icon

* Updating strings to Drew-approved text

* Cleaning up template scripts and Edge project template names
2020-12-03 10:33:31 -08:00

5 lines
82 B
SQL

CREATE EXTERNAL DATA SOURCE [@@OBJECT_NAME@@] WITH
(
LOCATION = '@@LOCATION@@'
)