Skip to content

Commit

Permalink
Merge pull request #14 from Tonayya/another-branch
Browse files Browse the repository at this point in the history
Another branch
  • Loading branch information
Tonayya authored Feb 2, 2024
2 parents b430cdc + ebea0c4 commit 8f44965
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ target-path: "target" # directory which will store compiled SQL files
clean-targets: # directories to be removed by `dbt clean`
- "target"
- "dbt_packages"

seeds:
+database: tania_test
+schema: IM

models:
+databricks_compute: "Compute1"
3 changes: 2 additions & 1 deletion models/staging/jaffle_shop/stg_orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ select
order_date,
status

from tania_test.default.jaffle_shop_orders

from tania_test.default.jaffle_shop_orders
1 change: 1 addition & 0 deletions models/test.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT 1 as id
25 changes: 25 additions & 0 deletions seeds/some_seed.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
LaboratoryName,LaboratoryType,LIMSType,Comments
Construction Sciences Pty Ltd,External,Comply - In House,All Construction Sciences Laboratory
ASCT Sydney,External,Xcel Based (In-House),All ASCT Laboratories
ASCT Illawara,External,Xcel Based (In-House),
ASCT Northern Rivers,External,Xcel Based (In-House),
Douglas Partners,External,Geotester,
Rose Testing Pty Ltd,External,Geotester,
ADE Consulting,External,Geotester,
Coffey Testing Pty Ltd,External,Geotester/SpectraQEST,
K&H Geotechnical,External,SpectraQEST,Looking to transfer to Geotester
Robert Carr & Associates,External,Geotester,
Ground Technologies,External,Geotester,
AMB Geotech SQS Pty Ltd,External,Geotester,
Alliance Geotechnical Pty Ltd,External,Geotester,
Ballina Laboratory,Internal,Geotester,
Grafton Laboratory,Internal,Geotester,
Tamworth Laboratory,Internal,Geotester,
Port Macquarie Laboratory,Internal,Geotester,
Russell Vale Laboratory,Internal,Geotester,
Bega Laboratory,Internal,Geotester,
Bowenfels Laboratory,Internal,Geotester,
Parkes Laboratory,Internal,Geotester,
Hunter Region Laboratory,Internal,Geotester,
Wagga Wagga Regional Laboratory,Internal,Geotester,
B2GH Annex,Internal,Geotester,

0 comments on commit 8f44965

Please sign in to comment.