Sean Malone
12/09/2022, 3:59 PM....
File "/home/ubuntu/.local/lib/python3.8/site-packages/prefect/blocks/core.py", line 175, in __init__
super().__init__(*args, **kwargs)
File "pydantic/main.py", line 342, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 1 validation error for SnowflakeConnector
credentials
field required (type=value_error.missing)
This was resolved by switching the credential field back to the correct block instead of the “None” value. Additionally our Slack Webhook URL was “unset/blanked”, leading to alerts not firing off. Is this a known issue? Trying to understand what would cause these fields to be nulled overnight.Mason Menges
12/09/2022, 4:48 PMSean Malone
12/09/2022, 6:52 PM