Skip to content

Commit

Permalink
bigquery doc test only 3 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Sep 1, 2020
1 parent bdec1b4 commit 0349d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_bigquery_persist_docs(self):
with open('target/catalog.json') as fp:
catalog_data = json.load(fp)
assert 'nodes' in catalog_data
assert len(catalog_data['nodes']) == 4 # seed, table, and view model
assert len(catalog_data['nodes']) == 3 # seed, table, and view model

for node_id in ['table_model_nested', 'view_model_nested']:
# check the descriptions using the api
Expand Down

0 comments on commit 0349d33

Please sign in to comment.