Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# Fix
- this doesnt look like the dab version qqqq
https://adb-295718430158257.17.azuredatabricks.net/jobs/92701994927170/runs/804972613236146?o=295718430158257


# DatabricksPOC
Experimenting with databricks workflow specifically DABS and Testing.

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

# Not done
- read https://blogs.perficient.com/2025/03/19/delta-live-tables-and-great-expectations/
- need public repo for branch rules, theyre not tweaked so cant just be exported but
- can set deployment rules
- and rules per branch .yml file
Expand Down
4 changes: 2 additions & 2 deletions resources/test/integration_test_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ resources:
# as it is this will run unit too atm
notebook_path: ../../tests/Run_Tests.ipynb
base_parameters:
job.catalog: ${var.catalog},
job.env_name: ${var.env_name},
job.catalog: ${var.catalog}
job.env_name: ${var.env_name}
job.pytest_marks: ${var.pytest_marks}
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# good to know
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

- read https://blogs.perficient.com/2025/03/19/delta-live-tables-and-great-expectations/
# tests
- Tests live here
- Run_Tests allows manual running for devs
Expand Down