greatexpectationslabs / ge_tutorials

Learn how to add data validation and documentation to a data pipeline built with dbt and Airflow.
167 stars 84 forks source link

Issue with v3 tutorial -- Creating checkpoint creates error #24

Open jarmstrongcorus opened 2 years ago

jarmstrongcorus commented 2 years ago

When I run:

context.run_checkpoint(checkpoint_name=my_checkpoint_name) context.open_data_docs()

I get this error:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\johnarmstrong\OneDrive - Corus Entertainment Inc\Documents\ge_tutorials\great_expectations\uncommitted/validations/getting_started_expectation_suite_taxi\demo\20220118-150433-my-run-name-template\20220118T150433.457469Z\444fa93fe34e9e162c5f910bca5b5916.json'

jarmstrongcorus commented 2 years ago

I've followed all step in the tutorial multiple times, and this is the error I receive each time.

jarmstrongcorus commented 2 years ago

Looking into this more, apparently python windows will not allow 'wb' reads on path strings longer than 250 chars. Should maybe be a bug to consider fixing in GE.

JaredVidelefsky commented 1 year ago

Do you know if there was ever a bug fix for this issue?