-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-2852] [v1.6 pre-regression] dbt show
swallows database errors
#8166
Comments
dbt show
swallows database errorsdbt show
swallows database errors
@aranke I'm going to assign you since you're currently on support rotation, and given your familiarity with the |
Worth noting that this is a regression since 1.6.0rc1. 1.6.0b8 was working as expected: ❯ dbt show --inline 'slect asdlkjfsld;j' --project-dir ~/src/jaffle_shop
19:20:17 Running with dbt=1.6.0-b8
19:20:17 target not specified in profile 'postgres', using 'default'
19:20:17 Registered adapter: postgres=1.7.0-a1
19:20:17 Unable to do partial parsing because of a version mismatch
19:20:18 Found 8 models, 20 tests, 0 snapshots, 0 analyses, 349 macros, 0 operations, 3 seed files, 0 sources, 0 exposures, 0 metrics, 0 groups
19:20:18
19:20:18 Concurrency: 1 threads (target='default')
19:20:18
19:20:18 Encountered an error:
Runtime Error
Database Error in sql_operation inline_query (from remote system.sql)
syntax error at or near "slect"
LINE 2: slect asdlkjfsld;j
^ |
Root cause is this From: https://docs.python.org/3/tutorial/errors.html#defining-clean-up-actions
Will put up a fix shortly! |
Previous behavior (v1.5)
Current behavior (v1.6.0rc1)
Context
1.6.latest
, for inclusion in v1.6 RC2/finaldbt show --inline
anddbt show --select
specific models.The text was updated successfully, but these errors were encountered: