Skip to content

Commit

Permalink
Changing name of SQL Warehouse name.
Browse files Browse the repository at this point in the history
Packages and lockfile updated following running renv:restore().
Making this edit on this branch ahead of publication next week.
  • Loading branch information
t-surtees committed May 23, 2024
1 parent 1dcf6ca commit e3c8f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/prerun_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run_data_update <- function() {
# source global.R before running this script.

#### SECTION 1 - Databricks connections and processing functions ####
conn <- odbcConnect("Attendance Project Warehouse")
conn <- odbcConnect("Attendance Analyst Warehouse")
sqlQuery(conn, "USE CATALOG catalog_40_copper")

# school_freq_count <- fread("data/enrolments_schools_denominator_010224.csv")
Expand Down
6 changes: 3 additions & 3 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.3.1",
"Version": "4.4.0",
"Repositories": [
{
"Name": "CRAN",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"MASS": {
"Package": "MASS",
"Version": "7.3-60.0.1",
"Version": "7.3-60.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -75,7 +75,7 @@
"stats",
"utils"
],
"Hash": "b765b28387acc8ec9e9c1530713cb19c"
"Hash": "2f342c46163b0b54d7b64d1f798e2c78"
},
"Matrix": {
"Package": "Matrix",
Expand Down

0 comments on commit e3c8f25

Please sign in to comment.