Skip to content

Commit de4b3f1

Browse files
authored
Merge pull request #91 from ciaran28/main
Data Science Code Upgrade + Folder Restructure
2 parents 040b06f + 1b734aa commit de4b3f1

File tree

117 files changed

+4762
-1223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+4762
-1223
lines changed

.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Managed_Identity_Auth/1-Master/onDeploy.yaml renamed to .azure_devops_under_development/workflows/Managed_Identity_Auth/1-Master/onDeploy.yaml

File renamed without changes.

.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Managed_Identity_Auth/1-Master/onRelease.yaml renamed to .azure_devops_under_development/workflows/Managed_Identity_Auth/1-Master/onRelease.yaml

File renamed without changes.

.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Managed_Identity_Auth/2-Jobs/jobDatabricks.yaml renamed to .azure_devops_under_development/workflows/Managed_Identity_Auth/2-Jobs/jobDatabricks.yaml

File renamed without changes.

.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Managed_Identity_Auth/3-Tasks/taskDatabricks.yaml renamed to .azure_devops_under_development/workflows/Managed_Identity_Auth/3-Tasks/taskDatabricks.yaml

File renamed without changes.

.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Service_Principal_Auth/1-Master/onDeploy.yaml renamed to .azure_devops_under_development/workflows/Service_Principal_Auth/1-Master/onDeploy.yaml

File renamed without changes.

.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Service_Principal_Auth/1-Master/onRelease.yaml renamed to .azure_devops_under_development/workflows/Service_Principal_Auth/1-Master/onRelease.yaml

File renamed without changes.

.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Service_Principal_Auth/2-Jobs/jobDatabricks.yaml renamed to .azure_devops_under_development/workflows/Service_Principal_Auth/2-Jobs/jobDatabricks.yaml

File renamed without changes.

.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Service_Principal_Auth/3-Tasks/taskDatabricks.yaml renamed to .azure_devops_under_development/workflows/Service_Principal_Auth/3-Tasks/taskDatabricks.yaml

File renamed without changes.

.dbx/lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
2-
"context_id": "6505588973318184615"
1+
{
2+
"context_id": "6291623212386950857"
33
}

.dbx/project.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
{
2-
"environments": {
3-
"default": {
4-
"profile": "DEFAULT",
5-
"storage_type": "mlflow",
6-
"properties": {
7-
"workspace_directory": "/Shared/cicd_dbx_workflows",
8-
"artifact_location": "dbfs:/Shared/cicd_dbx_workflows"
9-
}
10-
},
11-
"ciaran_sandbox": {
12-
"profile": "ciaran_sandbox",
13-
"workspace_dir": "/Shared/ciaran_sandbox",
14-
"artifact_location": "dbfs:/Shared/cicd_workflows/ciaran_sandbox"
15-
}
16-
},
17-
"inplace_jinja_support": true,
18-
"failsafe_cluster_reuse_with_assets": false,
19-
"context_based_upload_for_execute": false
1+
{
2+
"environments": {
3+
"default": {
4+
"profile": "DEFAULT",
5+
"storage_type": "mlflow",
6+
"properties": {
7+
"workspace_directory": "/Shared/dbx/projects/dstoolkit-mlops-databricks",
8+
"artifact_location": "dbfs:/dbx/dstoolkit-mlops-databricks"
9+
}
10+
},
11+
"ciaran_sandbox": {
12+
"profile": "ciaran_sandbox",
13+
"workspace_dir": "/Shared/ciaran_sandbox",
14+
"artifact_location": "dbfs:/Shared/cicd_workflows/ciaran_sandbox"
15+
}
16+
},
17+
"inplace_jinja_support": true,
18+
"failsafe_cluster_reuse_with_assets": false,
19+
"context_based_upload_for_execute": false
2020
}

0 commit comments

Comments
 (0)