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

feat: Remove dependency on tables list for custom query #541

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

sramsrinivasan
Copy link
Contributor

@sramsrinivasan sramsrinivasan commented Jul 13, 2022

Closes #496

@sramsrinivasan
Copy link
Contributor Author

/gcbrun

@sramsrinivasan
Copy link
Contributor Author

This fix is a not a complete solution to the issues we have with custom query. For all custom-query row validations and custom-query column validations with aggregates (count, sum, max, min etc...), we still need -tbls argument. We will work on a change of design around custom-query next. This fix is intended to avoid any blockers associated with custom-query column validations via source_query.sql and target_query.sql files without having the need to specify -tbls arguement.

@nehanene15 nehanene15 changed the title feat: Remove dependency on tables list for custom query feat: Remove dependency on tables list for custom quer Jul 14, 2022
@nehanene15 nehanene15 changed the title feat: Remove dependency on tables list for custom quer feat: Remove dependency on tables list for custom query Jul 14, 2022
@sramsrinivasan sramsrinivasan merged commit 7dca5bd into develop Jul 14, 2022
@sramsrinivasan sramsrinivasan deleted the issue-496 branch July 14, 2022 20:19
Yashfork pushed a commit to Yashfork/professional-services-data-validator that referenced this pull request Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on tables list for custom query
2 participants