From 4eecb2136258c8cba28966fd98d06237d0cd57a4 Mon Sep 17 00:00:00 2001 From: Tania Sabzizar Date: Thu, 23 Nov 2023 00:11:31 +0000 Subject: [PATCH 1/3] commit --- models/staging/jaffle_shop/sources.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/models/staging/jaffle_shop/sources.yml b/models/staging/jaffle_shop/sources.yml index e69de29..a3a15ed 100644 --- a/models/staging/jaffle_shop/sources.yml +++ b/models/staging/jaffle_shop/sources.yml @@ -0,0 +1 @@ +-- some changes bla bla \ No newline at end of file From b5a6512fdd263ba1a115deba6d80df40d347b791 Mon Sep 17 00:00:00 2001 From: Tania Sabzizar Date: Thu, 14 Dec 2023 02:41:34 +0000 Subject: [PATCH 2/3] changes --- dbt_project.yml | 4 ++++ models/staging/jaffle_shop/sources.yml | 1 - models/test.sql | 1 + seeds/some_seed.csv | 25 +++++++++++++++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 models/test.sql create mode 100644 seeds/some_seed.csv diff --git a/dbt_project.yml b/dbt_project.yml index 9d9745b..10e8e7d 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -23,3 +23,7 @@ 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 diff --git a/models/staging/jaffle_shop/sources.yml b/models/staging/jaffle_shop/sources.yml index a3a15ed..e69de29 100644 --- a/models/staging/jaffle_shop/sources.yml +++ b/models/staging/jaffle_shop/sources.yml @@ -1 +0,0 @@ --- some changes bla bla \ No newline at end of file diff --git a/models/test.sql b/models/test.sql new file mode 100644 index 0000000..ea98f02 --- /dev/null +++ b/models/test.sql @@ -0,0 +1 @@ +SELECT 1 as id \ No newline at end of file diff --git a/seeds/some_seed.csv b/seeds/some_seed.csv new file mode 100644 index 0000000..df29098 --- /dev/null +++ b/seeds/some_seed.csv @@ -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, \ No newline at end of file From ebea0c413f339b64db9525d2cbb61dbc228f998c Mon Sep 17 00:00:00 2001 From: Tania Sabzizar Date: Fri, 2 Feb 2024 02:08:42 +0000 Subject: [PATCH 3/3] compute --- dbt_project.yml | 3 +++ models/staging/jaffle_shop/stg_orders.sql | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 10e8e7d..7306f09 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -27,3 +27,6 @@ clean-targets: # directories to be removed by `dbt clean` seeds: +database: tania_test +schema: IM + +models: + +databricks_compute: "Compute1" diff --git a/models/staging/jaffle_shop/stg_orders.sql b/models/staging/jaffle_shop/stg_orders.sql index db546f3..0314866 100644 --- a/models/staging/jaffle_shop/stg_orders.sql +++ b/models/staging/jaffle_shop/stg_orders.sql @@ -4,4 +4,5 @@ select order_date, status -from tania_test.default.jaffle_shop_orders \ No newline at end of file + +from tania_test.default.jaffle_shop_orders