- Add articles to items
- Add item to the pipeline and the database
- Done in a simply add article unit tests
- [] Consider all the checks to add an article
- [] Implement pipeline example with scrapy
It works even when I run the config at the root level
Expected behavior Commit changes to database
InvalidRequestError: One or more mappers failed to initialize - can't proceed with initialization of other mappers. Triggering mapper: 'mapped class Article->article'. Original exception was: Could not determine join condition between parent/child tables on relationship Article.publishers - there are no foreign keys linking these tables. Ensure that referencing columns are associated with a ForeignKey or ForeignKeyConstraint, or specify a 'primaryjoin' expression.
- Check how to recreate the same thing we did with pgadmin