Skip to content

Commit

Permalink
just running the plain command..
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Jun 6, 2024
1 parent de4d3de commit 7e24d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_schema.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Run the dbt command and capture its output and error
dbt ls $PROFILE --resource-type model --select state:modified,config.schema:no_schema --output path --state . --project-dir $PROJECT_DIR
test=$(dbt --quiet --no-print ls $PROFILE --resource-type model --select state:modified,config.schema:no_schema --output path --state . --project-dir $PROJECT_DIR 2>error_output.txt)
dbt_exit_status=$?

Expand Down

0 comments on commit 7e24d4a

Please sign in to comment.