Skip to content

autodq parsing proposal #1556

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

Merged
merged 1 commit into from
Aug 1, 2023
Merged

autodq parsing proposal #1556

merged 1 commit into from
Aug 1, 2023

Conversation

juliocc
Copy link
Collaborator

@juliocc juliocc commented Aug 1, 2023

@thinhha this is how I'd handle the cameCase/snake_case fields in the spec files. Basically first try cameCase and if it fails then you try snake_case. What do you think?

@ludoo wdyt?

@juliocc juliocc requested review from ludoo and thinhha August 1, 2023 12:40
@thinhha
Copy link
Contributor

thinhha commented Aug 1, 2023

This is simpler for the user. I'm fine with this approach.

Some cons of the approach is that it feels a bit magical and also allow end users to mix casing in their spec.

Perhaps I'd still keep the input type as an object. This is because we may want to expand this in the future to allow users to supply an additional file containing default values for variables like ignore_null, row_filters, threshold, etc... as well as a collection of rule templates that they can use in the spec.

@thinhha thinhha merged commit ebe9e29 into dataplex-autodq Aug 1, 2023
@thinhha thinhha deleted the jccb/autodq-proposal branch August 1, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants