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: Support JSON schema title #2681

Open
2 tasks
edgarrmondragon opened this issue Sep 19, 2024 · 0 comments
Open
2 tasks

feat: Support JSON schema title #2681

edgarrmondragon opened this issue Sep 19, 2024 · 0 comments

Comments

@edgarrmondragon
Copy link
Collaborator

edgarrmondragon commented Sep 19, 2024

Feature scope

Taps (catalog, state, stream maps, tests, etc.)

Description

We could support this in the singer_sdk.typing.Property constructor to make a label that's maybe more descriptive than the field name, but not as long as a description field. Basically, something that'd look nice in a UI (Meltano's interactive settings TUI and others).

For example:

th.Property("dc", th.StringType, title="Data Center")

In the same PR, we may want to

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant