Ensure valid key validation is enabled for all components #907
Annotations
10 errors
lumen/tests/test_dashboard.py#L18
test_dashboard_with_local_view
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ../sources/test.csv
|
lumen/tests/test_dashboard.py#L26
test_dashboard_with_local_view_legacy
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ../sources/test.csv
|
lumen/tests/test_dashboard.py#L44
test_dashboard_from_spec
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ./sources/test.csv
|
lumen/tests/test_dashboard.py#L58
test_dashboard_reload_layout
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ../sources/test.csv
|
lumen/tests/test_dashboard.py#L71
test_dashboard_with_url_sync
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ../sources/test.csv
|
lumen/tests/test_dashboard.py#L80
test_dashboard_with_url_sync_filters
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ../sources/test.csv
|
lumen/tests/test_dashboard.py#L96
test_dashboard_with_url_sync_filters_with_default
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ../sources/test.csv
|
lumen/tests/test_dashboard.py#L116
test_dashboard_with_url_sync_filters_with_overwritten_default
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ../sources/test.csv
|
lumen/tests/test_dashboard.py#L129
test_dashboard_with_sql_source_and_transforms
lumen.validation.ValidationError: Table component specification contained unknown key 'table'. Did you mean 'title'?
type: table
table: test
sql_transforms:
- type: sql_limit
limit: 5
controls:
- limit
|
lumen/tests/test_dashboard.py#L144
test_dashboard_with_transform_variable
lumen.validation.ValidationError: FileSource component specification contained unknown key 'files'.
type: file
files:
- ../sources/test.csv
kwargs:
parse_dates:
- D
|
The logs for this run have expired and are no longer available.
Loading