Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add make_pipeline_from_data_check_output() method #3117

Closed
angela97lin opened this issue Dec 2, 2021 · 1 comment · Fixed by #3277
Closed

Add make_pipeline_from_data_check_output() method #3117

angela97lin opened this issue Dec 2, 2021 · 1 comment · Fixed by #3277
Assignees
Labels
enhancement An improvement to an existing feature.

Comments

@angela97lin
Copy link
Contributor

angela97lin commented Dec 2, 2021

Add make_pipeline_from_data_check_output() method to directly take output from data check's validate method and return recommended actions

After #3116 is complete, we will no longer be able to easily take the output of data check's validate method to feed into make_pipeline_from_actions. Let's add a new method that will enable us to do so by taking the default recommended actions.

@angela97lin angela97lin self-assigned this Dec 2, 2021
@chukarsten
Copy link
Contributor

Can we return to #3072 when this is done? We dev backlogged the issue and don't want to forget it.

@chukarsten chukarsten added the enhancement An improvement to an existing feature. label Dec 8, 2021
@dsherry dsherry changed the title Add make_pipeline_from_data_check_output() method to directly take output from data check's validate method and return recommended actions Add make_pipeline_from_data_check_output() method Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement to an existing feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants