Skip to content

Commit

Permalink
Point to the GitHub issue for re-enabling this test (dbt-labs#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored and rlh1994 committed May 22, 2023
1 parent 45be31b commit 247d860
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

{# This keeps succeeding locally and failing in CI. Disabling it to get everything else out, but it should still be tested. #}
{#
This keeps succeeding locally and failing in CI. Disabling it to get everything else out, but it should still be tested.
https://github.com/dbt-labs/dbt-utils/issues/788
#}

{{ config(enabled = false)}}

{% set column_values = dbt_utils.get_column_values(ref('data_get_column_values_dropped'), 'field', default=['y', 'z'], order_by="field") %}
Expand All @@ -26,4 +30,4 @@ failures as (
)
)

select * from failures
select * from failures

0 comments on commit 247d860

Please sign in to comment.