Skip to content

Commit

Permalink
Add loader to table-level properties (#32)
Browse files Browse the repository at this point in the history
Addresses #28
  • Loading branch information
AaronCoquet-Easypark authored Jan 31, 2023
1 parent c394d06 commit a0c669e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/dbt_yml_files.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@
"type": "string",
"description": "Which column to check during data freshness tests. Only needed if the table has a different loaded_at_field to the one defined on the source overall."
},
"loader": {
"type": "string"
},
"meta": {
"type": "object"
},
Expand Down

0 comments on commit a0c669e

Please sign in to comment.