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: 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.

Easier implementation location is already in the code here https://github.com/MeltanoLabs/target-postgres/blob/main/target_postgres/sinks.py#L282-L309

@@ -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?

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.

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