Skip to content

Commit

Permalink
Upgrade dbt version (#75)
Browse files Browse the repository at this point in the history
* Upgrade dbt version

* Update dbt version
  • Loading branch information
amishas157 authored Aug 15, 2024
1 parent 1491922 commit a5660e6
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion models/sources/src_contract_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sources:
warn_after: { count: 30, period: minute }
error_after: { count: 60, period: minute }
loaded_at_field: closed_at
tests:
columns:
- name: contract_id
description: '{{ doc("contract_id") }}'
Expand Down
1 change: 0 additions & 1 deletion models/sources/src_history_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sources:
warn_after: { count: 30, period: minute }
error_after: { count: 60, period: minute }
loaded_at_field: batch_run_date
tests:
columns:
- name: asset_id
description: '{{ doc("asset_id") }}'
Expand Down
1 change: 0 additions & 1 deletion models/sources/src_history_effects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sources:
warn_after: { count: 30, period: minute }
error_after: { count: 60, period: minute }
loaded_at_field: closed_at
tests:
columns:
- name: address
description: '{{ doc("address") }}'
Expand Down
1 change: 0 additions & 1 deletion models/sources/src_history_ledgers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sources:
warn_after: { count: 30, period: minute }
error_after: { count: 60, period: minute }
loaded_at_field: closed_at
tests:
columns:
- name: sequence
description: '{{ doc("sequence") }}'
Expand Down
1 change: 0 additions & 1 deletion models/sources/src_history_operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sources:
warn_after: { count: 30, period: minute }
error_after: { count: 60, period: minute }
loaded_at_field: closed_at
tests:
columns:
- name: id
description: '{{ doc("operation_id") }}'
Expand Down
1 change: 0 additions & 1 deletion models/sources/src_history_transactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sources:
warn_after: { count: 30, period: minute }
error_after: { count: 60, period: minute }
loaded_at_field: closed_at
tests:
columns:
- name: id
description: '{{ doc("transaction_id") }}'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-bigquery==1.4.0
dbt-bigquery==1.8.2
elementary-data[bigquery]==0.15.1
MarkupSafe==2.0.1
pre-commit==3.5.0
Expand Down

0 comments on commit a5660e6

Please sign in to comment.