Skip to content

← All questions

CONFIG_INVALID: Project demo-shop has no data.userPool configured, but data.sources.users exists

Asked 4,720 views2 answers

Added @user:standard to a scenario. The run stops before the first step:

text
✖ CONFIG_INVALID: Project demo-shop has no data.userPool configured.
  hint: Add data.userPool: { dataset: users, roleColumn: role } to sdods.project.yaml.

The confusing part is that data.sources.users is declared and works — Given I load dataset "users" row 0 loads accounts fine in another scenario. So the runner can obviously find the accounts. What is the second block for?

asked by Sergio Alcaraz415 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related