You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial unit testing branch specifies TestConfig in model_config.py, but actually uses NodeConfig (from ParsedNode) in the UnitTestNode. Make a custom UnitTestConfig with appropriate fields and use in UnitTestNode.
Is this actually required? We're now selecting against standard model nodes, and the database/schema/identifier is also coming from the model nodes. So it's not clear what we would need from a specialized Config object.
The text was updated successfully, but these errors were encountered:
this config (supporting tags & meta to start) should support jinja rendering for consistency
this config should apply at the node-level (from schema.yml files) and also be configurable hierarchically from dbt_project.yml, with a new top-level unit block in dbt_project.yml
The initial unit testing branch specifies TestConfig in model_config.py, but actually uses NodeConfig (from ParsedNode) in the UnitTestNode. Make a custom UnitTestConfig with appropriate fields and use in UnitTestNode.
Is this actually required? We're now selecting against standard model nodes, and the database/schema/identifier is also coming from the model nodes. So it's not clear what we would need from a specialized Config object.
The text was updated successfully, but these errors were encountered: