We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dbt seed
ERROR: Version context for table nessie.xxxx.xxxx must be specified using AT SQL syntax
Load data successfully and not return error
- OS:ubuntu 22.04 LTS - dbt-dremio: 1.7.0 - Dremio Software:none - Dremio Cloud:none
03:11:45 Found 4 models, 3 seeds, 0 sources, 0 exposures, 0 metrics, 440 macros, 0 groups, 0 semantic models 03:11:45 03:11:46 Concurrency: 1 threads (target='dev') 03:11:46 03:11:46 1 of 3 START seed file nessie.raw.raw_customers ................................ [RUN] 03:11:56 1 of 3 ERROR loading seed file raw.raw_customers ............................... [ERROR in 9.99s] 03:11:56 2 of 3 START seed file nessie.raw.raw_orders ................................... [RUN] 03:12:10 2 of 3 ERROR loading seed file raw.raw_orders .................................. [ERROR in 13.65s] 03:12:10 3 of 3 START seed file nessie.raw.raw_payments ................................. [RUN] 03:12:24 3 of 3 ERROR loading seed file raw.raw_payments ................................ [ERROR in 13.95s] 03:12:24 03:12:24 Finished running 3 seeds in 0 hours 0 minutes and 39.07 seconds (39.07s). 03:12:24 03:12:24 Completed with 3 errors and 0 warnings: 03:12:24 03:12:24 Runtime Error in seed raw_customers (seeds/raw_customers.csv) ERROR: Version context for table nessie.raw.raw_customers must be specified using AT SQL syntax 03:12:24 03:12:24 Runtime Error in seed raw_orders (seeds/raw_orders.csv) ERROR: Version context for table nessie.raw.raw_orders must be specified using AT SQL syntax 03:12:24 03:12:24 Runtime Error in seed raw_payments (seeds/raw_payments.csv) ERROR: Version context for table nessie.raw.raw_payments must be specified using AT SQL syntax 03:12:24 03:12:24 Done. PASS=0 WARN=0 ERROR=3 SKIP=0 TOTAL=3
The text was updated successfully, but these errors were encountered:
I’m facing the same issue. Do you have any solutions for it?
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
dbt seed
ERROR: Version context for table nessie.xxxx.xxxx must be specified using AT SQL syntax
Expected Behavior
Load data successfully and not return error
Steps To Reproduce
dbt seed
Environment
Relevant log output
The text was updated successfully, but these errors were encountered: