Skip to content

Commit

Permalink
Update output fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jan 14, 2025
1 parent b0f7589 commit e683c1b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions acceptance/bundle/paths/fallback/output.job.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
{
"job_cluster_key": "default",
"notebook_task": {
"notebook_path": "/Workspace/Users/[email protected]/.bundle/fallback/development/files/src/notebook"
"notebook_path": "/Workspace/Users/$USERNAME/.bundle/fallback/development/files/src/notebook"
},
"task_key": "notebook_example"
},
{
"job_cluster_key": "default",
"spark_python_task": {
"python_file": "/Workspace/Users/[email protected]/.bundle/fallback/development/files/src/file.py"
"python_file": "/Workspace/Users/$USERNAME/.bundle/fallback/development/files/src/file.py"
},
"task_key": "spark_python_example"
},
Expand All @@ -19,7 +19,7 @@
"dbt run",
"dbt run"
],
"project_directory": "/Workspace/Users/[email protected]/.bundle/fallback/development/files/src/dbt_project"
"project_directory": "/Workspace/Users/$USERNAME/.bundle/fallback/development/files/src/dbt_project"
},
"job_cluster_key": "default",
"task_key": "dbt_example"
Expand All @@ -28,7 +28,7 @@
"job_cluster_key": "default",
"sql_task": {
"file": {
"path": "/Workspace/Users/[email protected]/.bundle/fallback/development/files/src/sql.sql"
"path": "/Workspace/Users/$USERNAME/.bundle/fallback/development/files/src/sql.sql"
},
"warehouse_id": "cafef00d"
},
Expand Down
8 changes: 4 additions & 4 deletions acceptance/bundle/paths/fallback/output.pipeline.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[
{
"file": {
"path": "/Workspace/Users/[email protected]/.bundle/fallback/development/files/src/file1.py"
"path": "/Workspace/Users/$USERNAME/.bundle/fallback/development/files/src/file1.py"
}
},
{
"notebook": {
"path": "/Workspace/Users/[email protected]/.bundle/fallback/development/files/src/notebook1"
"path": "/Workspace/Users/$USERNAME/.bundle/fallback/development/files/src/notebook1"
}
},
{
"file": {
"path": "/Workspace/Users/[email protected]/.bundle/fallback/development/files/src/file2.py"
"path": "/Workspace/Users/$USERNAME/.bundle/fallback/development/files/src/file2.py"
}
},
{
"notebook": {
"path": "/Workspace/Users/[email protected]/.bundle/fallback/development/files/src/notebook2"
"path": "/Workspace/Users/$USERNAME/.bundle/fallback/development/files/src/notebook2"
}
}
]
4 changes: 2 additions & 2 deletions acceptance/bundle/paths/fallback/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb]
Name: fallback
Target: error
Workspace:
User: [email protected]
Path: /Workspace/Users/[email protected]/.bundle/fallback/error
User: $USERNAME
Path: /Workspace/Users/$USERNAME/.bundle/fallback/error

Found 1 error

Expand Down
12 changes: 6 additions & 6 deletions acceptance/bundle/paths/nominal/output.job.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
{
"job_cluster_key": "default",
"notebook_task": {
"notebook_path": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/notebook"
"notebook_path": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/notebook"
},
"task_key": "notebook_example"
},
{
"job_cluster_key": "default",
"spark_python_task": {
"python_file": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/file.py"
"python_file": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/file.py"
},
"task_key": "spark_python_example"
},
Expand All @@ -19,7 +19,7 @@
"dbt run",
"dbt run"
],
"project_directory": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/dbt_project"
"project_directory": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/dbt_project"
},
"job_cluster_key": "default",
"task_key": "dbt_example"
Expand All @@ -28,7 +28,7 @@
"job_cluster_key": "default",
"sql_task": {
"file": {
"path": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/sql.sql"
"path": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/sql.sql"
},
"warehouse_id": "cafef00d"
},
Expand Down Expand Up @@ -68,7 +68,7 @@
"for_each_task": {
"task": {
"notebook_task": {
"notebook_path": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/notebook"
"notebook_path": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/notebook"
}
}
},
Expand All @@ -80,7 +80,7 @@
"task": {
"job_cluster_key": "default",
"spark_python_task": {
"python_file": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/file.py"
"python_file": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/file.py"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions acceptance/bundle/paths/nominal/output.pipeline.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[
{
"file": {
"path": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/file1.py"
"path": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/file1.py"
}
},
{
"notebook": {
"path": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/notebook1"
"path": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/notebook1"
}
},
{
"file": {
"path": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/file2.py"
"path": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/file2.py"
}
},
{
"notebook": {
"path": "/Workspace/Users/[email protected]/.bundle/nominal/development/files/src/notebook2"
"path": "/Workspace/Users/$USERNAME/.bundle/nominal/development/files/src/notebook2"
}
}
]
4 changes: 2 additions & 2 deletions acceptance/bundle/paths/nominal/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb]
Name: nominal
Target: error
Workspace:
User: [email protected]
Path: /Workspace/Users/[email protected]/.bundle/nominal/error
User: $USERNAME
Path: /Workspace/Users/$USERNAME/.bundle/nominal/error

Found 1 error

Expand Down

0 comments on commit e683c1b

Please sign in to comment.