"Tried to resolve a name to a reference that was unknown to the frame" error when running dbt seed - dbt

dbt version: 0.20.1
database: postgresql
code: https://github.com/josephmachado/simple_dbt_project
when running the command "dbt seed", it raises error:
Unhandled error while executing seed.tutorial.customer
Tried to resolve a name to a reference that was unknown to the frame ('column')
19:17:41 | 1 of 3 ERROR loading seed file tutorial.customer..................... [ERROR in 3.61s]
19:17:41 | 3 of 3 START seed file tutorial.state................................ [RUN]
Unhandled error while executing seed.tutorial.state
Tried to resolve a name to a reference that was unknown to the frame ('column')
19:17:41 | 3 of 3 ERROR loading seed file tutorial.state........................ [ERROR in 0.23s]
Unhandled error while executing seed.tutorial.orders
Tried to resolve a name to a reference that was unknown to the frame ('column')
19:17:51 | 2 of 3 ERROR loading seed file tutorial.orders....................... [ERROR in 14.37s]
19:17:51 |
19:17:51 | Finished running 3 seeds in 14.96s.
Completed with 3 errors and 0 warnings:
Tried to resolve a name to a reference that was unknown to the frame ('column')
Tried to resolve a name to a reference that was unknown to the frame ('column')
Tried to resolve a name to a reference that was unknown to
the frame ('column')
Any setting i am missing?

how did you install Jinja2? It should be the older version 2.x Normally as you install dbt package, jinja comes with the right(older) version as dependency.
Check your jinja version per command:
pip freeze > temp.txt
if it is not 2.x, You gotta take care of that.

Jinja2==3.0.1 caused this issue. It is fixed after installing Jinja2==2.11.3

Related

After make an npm update the console shows Error: Module not found: Error: Can't resolve 'angular2-moment'

I was trying to install jquery on my Angular project and after write some jquery dependency on package.json doc and type npm update, the console says Error: Module not found: Error: Can't resolve 'angular2-moment'.
Error occurs in the template of component RegisterComponent.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
× Failed to compile.
✔ Browser application bundle generation complete.
Initial Chunk Files | Names | Raw Size
main.js | main | 83.62 kB |
runtime.js | runtime | 6.51 kB |
4 unchanged chunks
Build at: 2023-01-10T02:39:00.432Z - Hash: 2a1b1b37176d6913 - Time: 536ms
./src/app/app.module.ts:7:0-47 - Error: Module not found: Error: Can't resolve 'angular2-moment' in 'C:\Users\xxxxxx\Desktop\Proyectos IT\registro_cintas\client\src\app'
Error: src/app/app.component.html:6:34 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
6 <a class="link-home" [routerLink]="['/home']">
continue...
~~~~~~~~~~~~~~~~~~~~~~~~
I tryed installing ngx-moment, angular2-moment again or uninstalling this last one algo I erase the entire folder and made a git clone from the last working commit but nothing, I think the angular2-moment it's not compatible with my Angular version but I don't know what to do.

Generic table issue in angular-8

Generic table (gt column setting) attribute is not working in angular and (gt Search) is not working as well
Throwing this error on hitting this command
npm i #angular-generic-table/column-settings
ERROR in ./node_modules/#angular-generic-table/column-settings/fesm5/angular-generic-table-column-settings.js
Module not found: Error: Can't resolve 'ng2-dragula' in 'E:\Workspace\Retegrity\Source\WebRetegrity\webretegrity\node_modules#angular-generic-table\column-settings\fesm5'
ERROR in ./node_modules/#angular-generic-table/core/fesm5/angular-generic-table-core.js
Module not found: Error: Can't resolve 'tether' in 'E:\Workspace\Retegrity\Source\WebRetegrity\webretegrity\node_modules#angular-generic-table\core\fesm5'

Distill failed for unknown reasons

When I run the build I am getting this error: Distill failed for unknown reasons in Xcode. I don't why image.xcassets showing this error
Version
Xcode(11)
macos(10.15)

Failure to build arch package - aborting

I'm trying to build a package for ArchLinux with the following command:
extra-x86_64-build -cr archbuild
It fails with the following error:
Dropping capabilities failed: Operation not permitted
Child died too early.
==> ERROR: Aborting...
I have no idea why is it failing.
Update: Running as root or a normal user makes no difference, both return the same error.

elm-make.exe: getFileAttributesExStandard: does not exist

I followed the instructions to get the latest version of debois/elm-mdl here.
After using elm-github-install to install v9, my app does not want to compile any more. I get the following error:
11:42:35 PM client.1 | Module build failed: Error: Compiler process exited with error Compilation failed
11:42:35 PM client.1 | elm-make.exe: getFileAttributesExStandard: does not exist (The system cannot find the path specified.)
Eventually what worked was to delete the elm-stuff folder and reinstall everything using elm-install.