Skip to content

Commit

Permalink
adding logs seems "fixed" the issue??
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangs committed Mar 1, 2024
1 parent ed205b7 commit 907eca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ fi

echo "running dbt compile and sdf dbt refresh on DBT_TARGET=${DBT_TARGET}"
dbt deps
echo "dbt deps done"
# echo "dbt deps done"
dbt compile
echo "dbt compile done"
# echo "dbt compile done"
sdf dbt refresh
echo "sdf dbt refresh done"
# echo "sdf dbt refresh done"

# run sdf auth login snwoflake if necessary
provider_type=$(yq .provider.type workspace.sdf.yml | grep snowflake)
Expand Down

0 comments on commit 907eca5

Please sign in to comment.