We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381da8e commit bbe880bCopy full SHA for bbe880b
1 file changed
tests/test_autopopulate.py
@@ -60,7 +60,7 @@ def test_populate_exclude_error_and_ignore_jobs(self):
60
61
keys = self.experiment.key_source.fetch("KEY", limit=2)
62
for idx, key in enumerate(keys):
63
- schema.jobs.insert1(
+ schema.schema.jobs.insert1(
64
{
65
"table_name": self.experiment.table_name,
66
"key_hash": dj.hash.key_hash(key),
0 commit comments