Skip to content

Commit

Permalink
adding unique_key to various objects in docs_generate in regards to d…
Browse files Browse the repository at this point in the history
…bt-core changes (#119)
  • Loading branch information
McKnight-42 authored Feb 9, 2022
1 parent 87095c4 commit 610a96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/docs_generate_tests/test_docs_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ def rendered_model_config(self, **updates):
'full_refresh': None,
'on_schema_change': 'ignore',
'meta': {},
'unique_key': None,
}
result.update(updates)
return result
Expand All @@ -556,6 +557,7 @@ def rendered_seed_config(self, **updates):
'schema': None,
'alias': None,
'meta': {},
'unique_key': None,
}
result.update(updates)
return result
Expand Down

0 comments on commit 610a96d

Please sign in to comment.