Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: name_conforming_strategy #213

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sebastianswms
Copy link
Contributor

Fails test_reserved_keywords when name_conforming_strategy is enabled.

Closes #101
Closes #164

Copy link
Member

@visch visch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -306,6 +306,16 @@ def __init__(
required=False,
description="SSH Tunnel Configuration, this is a json object",
),
th.Property(
"name_conforming_strategy",
th.ArrayType(th.StringType),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be a string right?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to lowercase table and column names Switch back to default conforming function
2 participants