Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
guidok91 committed Mar 16, 2024
1 parent 5040577 commit 95f1b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/curated/airports/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ models:
- dbt_expectations.expect_column_values_to_not_be_null
- dbt_expectations.expect_column_value_lengths_to_equal:
value: 2

- name: processed_timestamp
description: "Timestamp indicating when the record was processed"
tests:
Expand Down
2 changes: 1 addition & 1 deletion models/curated/routes/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ models:
- dbt_expectations.expect_column_values_to_be_of_type:
column_type: varchar[]
- dbt_expectations.expect_column_values_to_not_be_null

- name: processed_timestamp
description: "Timestamp indicating when the record was processed"
tests:
Expand Down

0 comments on commit 95f1b04

Please sign in to comment.