Brandon
05/19/2023, 3:38 PMAssertionError: Record namespace=None stream='mailbox_usage' data={'Report Refresh Date [...] emitted_at=1684509708046 from mailbox_usage stream with fields {'/Report Refresh Date' [...] should have some fields mentioned by json schema: {'/mailbox_usage/reportRefreshDate'
I originally thought that this was a formatting issue. I have since updated my implementation to reflect the format in my configured_catalog.
{
"streams": [
{
"stream": {
"name": "mailbox_usage",
"json_schema": {
"$schema": "<http://json-schema.org/draft-04/schema#>",
"type": "object",
"properties": {
"Report Refresh Date": {
"type": "string"
}
However, the problem persists. It is leaving me with two questions…. is the configured_catalog that I declared in my acceptance.py the schema that is being interrogated for this test? Secondly, am I missing a step to get pytest to pick up the new configurations? I’m noticing in my failure that it references another field that no longer exists in my project. Any assistance is appreciatedkapa.ai
05/19/2023, 3:38 PMkapa.ai
05/19/2023, 3:39 PMBrandon
05/19/2023, 3:58 PM