Skip to content

Commit

Permalink
Updates to the Parquet Auto Ingestion pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneochotny committed Nov 23, 2021
1 parent e02e03c commit a3e1e72
Show file tree
Hide file tree
Showing 8 changed files with 200 additions and 256 deletions.
163 changes: 0 additions & 163 deletions artifacts/Auto_Ingestion_Logging_DDL.sql

This file was deleted.

1 change: 0 additions & 1 deletion artifacts/Create_Resource_Class_Users.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-- Parquet Auto Ingestion
-- Create Users for different Resource Classes

-- USE [REPLACE_SYNAPSE_ANALYTICS_SQL_POOL_NAME]
CREATE USER Userstaticrc10 FOR LOGIN Userstaticrc10;
GO
EXEC sp_addrolemember 'db_owner', 'Userstaticrc10';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"parameters": {
"ServerName": {
"type": "string",
"defaultValue": "REPLACE_SYNAPSE_ANALYTICS_WORKSPACE_NAME.sql.azuresynapse.net"
"defaultValue": ""
},
"DatabaseName": {
"type": "string",
"defaultValue": "REPLACE_SYNAPSE_ANALYTICS_SQL_POOL_NAME"
"defaultValue": ""
}
},
"annotations": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"parameters": {
"ServerName": {
"type": "string",
"defaultValue": "REPLACE_SYNAPSE_ANALYTICS_WORKSPACE_NAME.sql.azuresynapse.net"
"defaultValue": ""
},
"DatabaseName": {
"type": "string",
"defaultValue": "REPLACE_SYNAPSE_ANALYTICS_SQL_POOL_NAME"
"defaultValue": ""
}
},
"annotations": [],
Expand Down
Loading

0 comments on commit a3e1e72

Please sign in to comment.