We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
format
- name: reworked_compare_struct model: unit_reworked_compare_struct given: - input: ref('unit_test_struct_model_a') format: sql rows: | select 1 as id, 'John Doe' as col1, object_construct('street', '123 Main St', 'city', 'Anytown', 'state', 'CA') as col2 - input: ref('unit_test_struct_model_b') format: sql rows: | select 1 as id, 'John Doe' as col1, object_construct('street', '123 Main St', 'city', 'Anytown', 'state', 'CA') as col2 expect: rows: - {"id": 1, "dbt_audit_row_status": "identical", "dbt_audit_num_rows_in_status": 1} overrides: vars: reworked_compare__columns: ['id', 'col1', 'col2'] reworked_compare__event_time: reworked_compare__primary_key_columns: ['id']
sql format has rows as a string, and also supports defining a fixture. Basically the same as csv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sql format has rows as a string, and also supports defining a fixture. Basically the same as csv
The text was updated successfully, but these errors were encountered: