Skip to content

Commit

Permalink
add database to ModelNodeArgs in partial parsing test to better refle…
Browse files Browse the repository at this point in the history
…ct prod (#11330)
  • Loading branch information
MichelleArk authored Feb 21, 2025
1 parent 71a93b0 commit f7c4c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/partial_parsing/test_partial_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ def external_model_node_merge(self):
package_name="test",
identifier="test_identifier",
schema="test_schema",
database="dbt",
)

@pytest.fixture(scope="class")
Expand Down

0 comments on commit f7c4c3c

Please sign in to comment.