Skip to content

Commit

Permalink
Fix pr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Oct 6, 2024
1 parent 22d10ea commit 4952e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
warehouse: "snowflake"
- dbt_version: "1.8.*" # Wildcard version for Databricks
warehouse: "databricks"
- dbt_version: "1.8.*" # Wildcard version for Spark
- dbt_version: "1.8.0" # Wildcard version for Spark
warehouse: "spark_iceberg"
services:
postgres:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ You may obtain a copy of the Snowplow Personal and Academic License Version 1.0


{% if target.type in ('databricks','spark') %}
SELECT {{ dbt_utils.star(from=ref('snowplow_ecommerce_sessions'), except=['start_tstamp_date'] )}},
date(start_tstamp_date) as derived_tstamp_date
SELECT {{ dbt_utils.star(from=ref('snowplow_ecommerce_sessions'), except=['start_tstamp_date'] )}}
{% else %}
SELECT {{ dbt_utils.star(from=ref('snowplow_ecommerce_sessions')) }}
{% endif %}
Expand Down

0 comments on commit 4952e19

Please sign in to comment.