Frederick Thomas
04/27/2022, 5:39 PMFile "/mnt/data/prefect/venv/lib/python3.8/site-packages/box/box.py", line 490, in __getattr__
raise BoxKeyError(str(err)) from None
box.exceptions.BoxKeyError: "'Config' object has no attribute 'staging_db_constring'"
However if I attempt to print out the config object the code works as expected. I haven't touched the config.toml file and Googling hasn't helped. Any help would be appreciated. ThanksKevin Kho
prefect.config
? Do you have a task that pulls and then tries to set the value?Frederick Thomas
04/27/2022, 5:44 PMKevin Kho
Frederick Thomas
04/27/2022, 5:52 PM