Skip to content

Commit

Permalink
Add missing key to child map in expected_bigquery_complex_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Lozano committed Oct 29, 2020
1 parent 852990e commit b741679
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2549,7 +2549,8 @@ def expected_bigquery_complex_manifest(self):
'model.test.nested_view': [],
'seed.test.seed': ['model.test.clustered',
'model.test.multi_clustered',
'snapshot.test.snapshot_seed']
'snapshot.test.snapshot_seed'],
'snapshot.test.snapshot_seed': []
},
'parent_map': {
'model.test.clustered': ['seed.test.seed'],
Expand Down

0 comments on commit b741679

Please sign in to comment.