Hi,
is there a possibility in dbt cloud to put some dbt commands into a script file (or macro?) and then execute it ?
e.g.
– dbt run-operation macro_123
– dbt run-operation macro_123 --vars ‘unit_test_name: test_no_1’
– dbt run-operation macro_123 --vars ‘unit_test_name: test_no_2’
I want to gather all tests, and then run it always at once.