adding-dbt-unit-test
Audited by Runlayer on Feb 25, 2026
Malicious tool definition detected
Tool: references/warehouse-bigquery-data-types.md Description: ### BigQuery Platform-specific data type examples: ```yaml unit_tests: - name: test_my_data_types model: fct_data_types given: - input: ref('stg_data_types') rows: - int_field: 1 float_field: 2.0 str_field: my_string str_escaped_field: "my,cool'string"
Malicious tool definition detected
Tool: references/warehouse-postgres-data-types.md Description: ### Postgres Platform-specific data type examples: ```yaml unit_tests: - name: test_my_data_types model: fct_data_types given: - input: ref('stg_data_types') rows: - int_field: 1
Malicious tool definition detected
Tool: references/warehouse-redshift-caveats.md Description: # Caveats for Redshift ## Unit test limitations for Redshift - Redshift doesn't support unit tests when the SQL in the common table expression (CTE) contains functions such as `LISTAGG`, `MEDIAN`, `PERCENTILE_CONT`, and so on.
Malicious tool definition detected
Tool: references/warehouse-redshift-data-types.md Description: ### Redshift Platform-specific data type examples: ```yaml unit_tests: - name: test_my_data_types model: fct_data_types given: - input: ref('stg_data_types') rows:
Malicious tool definition detected
Tool: references/warehouse-snowflake-data-types.md Description: ### Snowflake Platform-specific data type examples: ```yaml unit_tests: - name: test_my_data_types model: fct_data_types given: - input: ref('stg_data_types') rows: - int_field: 1 float_field: 2.0 str_field: my_string
Malicious tool definition detected
Tool: references/warehouse-spark-data-types.md Description: ### Spark Platform-specific data type examples: ```yaml unit_tests: - name: test_my_data_types model: fct_data_types given: - input: ref('stg_data_types') rows: - int_field: 1
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (5)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan