-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
dbt show --select +orders
19:52:09 Running with dbt=1.5.0-b5
19:52:10 Found 5 models, 20 tests, 0 snapshots, 0 analyses, 309 macros, 0 operations, 3 seed files, 0 sources, 0 exposures, 0 metrics, 0 groups
19:52:10
19:52:10 Concurrency: 3 threads (target='dev')
19:52:10
Error: Traceback (most recent call last):
File "/Users/chenyuli/git/dbt-core/core/dbt/cli/requires.py", line 100, in wrapper
result, success = func(*args, **kwargs)
File "/Users/chenyuli/git/dbt-core/core/dbt/cli/main.py", line 345, in show
results = task.run()
File "/Users/chenyuli/git/dbt-core/core/dbt/task/runnable.py", line 438, in run
result = self.execute_with_hooks(selected_uids)
File "/Users/chenyuli/git/dbt-core/core/dbt/task/runnable.py", line 401, in execute_with_hooks
res = self.execute_nodes()
File "/Users/chenyuli/git/dbt-core/core/dbt/task/runnable.py", line 350, in execute_nodes
self.run_queue(pool)
File "/Users/chenyuli/git/dbt-core/core/dbt/task/runnable.py", line 259, in run_queue
self._raise_set_error()
File "/Users/chenyuli/git/dbt-core/core/dbt/task/runnable.py", line 240, in _raise_set_error
raise self._raise_next_tick
dbt.exceptions.DbtRuntimeError: Runtime Error
Database Error in seed raw_payments (seeds/raw_payments.csv)
can't execute an empty query
Originally posted by @ChenyuLInx in #7208 (review)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working