dwall
02/14/2020, 9:43 PMmax
02/14/2020, 9:45 PMdwall
02/14/2020, 10:25 PMdagster.core.engine.engine_inprocess.DagsterTypeCheckDidNotPass: Type check failed for step output test_dataframe of type TestDataFrame.
File "/Users/dwall/.local/share/virtualenvs/dataland-dagster-Z2VR7MFq/lib/python3.8/site-packages/dagster/core/engine/engine_inprocess.py", line 274, in dagster_event_sequence_for_step
for step_event in check.generator(_core_dagster_event_sequence_for_step(step_context)):
File "/Users/dwall/.local/share/virtualenvs/dataland-dagster-Z2VR7MFq/lib/python3.8/site-packages/dagster/core/engine/engine_inprocess.py", line 556, in _core_dagster_event_sequence_for_step
for evt in _create_step_events_for_output(step_context, user_event):
File "/Users/dwall/.local/share/virtualenvs/dataland-dagster-Z2VR7MFq/lib/python3.8/site-packages/dagster/core/engine/engine_inprocess.py", line 581, in _create_step_events_for_output
for output_event in _type_checked_step_output_event_sequence(step_context, output):
File "/Users/dwall/.local/share/virtualenvs/dataland-dagster-Z2VR7MFq/lib/python3.8/site-packages/dagster/core/engine/engine_inprocess.py", line 502, in _type_checked_step_output_event_sequence
raise DagsterTypeCheckDidNotPass(
max
02/14/2020, 10:27 PMdwall
02/14/2020, 10:28 PMmax
02/14/2020, 10:29 PMmetadata_entries
on the exception objectdwall
02/14/2020, 10:30 PM2020-02-14 14:27:06 - dagster - DEBUG - test_gsheet_client - 5668136f-0f45-46ec-9942-be014cbcae95 - STEP_OUTPUT - Yielded output "test_dataframe" of type "TestDataFrame". Warning! Type check failed.
event_specific_data = {"intermediate_materialization": null, "step_output_handle": ["gsheet_to_dataframe.compute", "test_dataframe"], "type_check_data": [false, "test_dataframe", "Violated ColumnTypeConstraint (Column dtype must be {'datetime64[ns]'}) for Column Name (date) ", []]}
abhi
02/14/2020, 10:44 PMdwall
02/14/2020, 11:34 PM2020-02-14 15:32:21 - dagster - DEBUG - test_gsheet_client - dfed1330-31aa-45fc-ade9-1fe05f5af8bb - STEP_OUTPUT - Yielded output "test_dataframe" of type "TestDataFrame". Warning! Type check failed.
event_specific_data = {"intermediate_materialization": null, "step_output_handle": ["gsheet_to_dataframe.compute", "test_dataframe"], "type_check_data": [false, "test_dataframe", "Violated UniqueColumnConstraint (Column must be unique.) for Column Name (id) The offending (index, row values) are the following: date amount id notes approved category\n3 2020-04-01 600.34 345 another string True type_1", []]}
and this in Dagit:
Output
Yielded output "test_dataframe" of type "TestDataFrame". Warning! Type check failed.
max
02/14/2020, 11:43 PMdwall
02/15/2020, 1:22 AM