Skip to content

Commit 4e75bac

Browse files
authored
Merge pull request #65 from TechnologyEnhancedLearning/TD-6798-Stored-Proc-Test-Exploration
job comma fix
2 parents 15e7d7e + 0f2fe24 commit 4e75bac

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
# Fix
3+
- this doesnt look like the dab version qqqq
4+
https://adb-295718430158257.17.azuredatabricks.net/jobs/92701994927170/runs/804972613236146?o=295718430158257
5+
6+
17
# DatabricksPOC
28
Experimenting with databricks workflow specifically DABS and Testing.
39

@@ -13,6 +19,7 @@ When raising a pull request (PR), please use the `/addinstructions` command in D
1319
---
1420

1521
# Not done
22+
- read https://blogs.perficient.com/2025/03/19/delta-live-tables-and-great-expectations/
1623
- need public repo for branch rules, theyre not tweaked so cant just be exported but
1724
- can set deployment rules
1825
- and rules per branch .yml file

resources/test/integration_test_job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ resources:
1212
# as it is this will run unit too atm
1313
notebook_path: ../../tests/Run_Tests.ipynb
1414
base_parameters:
15-
job.catalog: ${var.catalog},
16-
job.env_name: ${var.env_name},
15+
job.catalog: ${var.catalog}
16+
job.env_name: ${var.env_name}
1717
job.pytest_marks: ${var.pytest_marks}

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# good to know
33
look in the top level toml file to see markers in use, add to them, they are good things to agree as a team i expect
4-
4+
- read https://blogs.perficient.com/2025/03/19/delta-live-tables-and-great-expectations/
55
# tests
66
- Tests live here
77
- Run_Tests allows manual running for devs

0 commit comments

Comments
 (0)