You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When creating a new validation definition in a local filesystem data context, the file created in the context directory ends up without a file extension (.json).
To Reproduce
Please include your great_expectations.yml config, the code you’re executing that causes the issue, and the full stack trace of any error(s).
JBarti
changed the title
[BUG] adding a validation definition creates a file without an extension
[BUG] adding a validation definition creates a file without a file extension
Oct 8, 2024
hi @JBarti, thank you for bringing this to our attention. We’re aware of the issue and are working on a fix. While I don’t have an exact timeline for when it will be resolved, feel free to check back for updates soon
Describe the bug
When creating a new validation definition in a local filesystem data context, the file created in the context directory ends up without a file extension (.json).
To Reproduce
Please include your great_expectations.yml config, the code you’re executing that causes the issue, and the full stack trace of any error(s).
great_expectations.yaml:
code:
Expected behavior
The creation of a validation should result in a file named:
context/gx/validation_definitions/basic_campaigns_monthly_uniqueness.json
But the suffix is not added which results in a file named:
context/gx/validation_definitions/basic_campaigns_monthly_uniqueness
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: