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

In JIRA: Endpoint that returns attributes of a given data model component #1174

Open
lakikowolfe opened this issue Mar 6, 2023 · 3 comments
Labels

Comments

@lakikowolfe
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The Data Flow App needs a way to update configurations/dashboard columns/filtering options based on the attributes in the DataFlow Component. This will prevent schema changes from breaking the app and give users more flexibility with what they include in their groups DataFlow schema.

Describe the solution you'd like
Something similar to the visualize/attributes endpoint. Return a dataframe of attributes with information like description, required, valid values

How important is this feature? Select from the options below:
• 🌗 Medium

When will use cases depending on this become relevant? Select from the options below:
• Mid-term - 2-4 months

Additional context
NA

@milen-sage
Copy link
Collaborator

@lakikowolfe there are a few functions in schematic: one each for attribute description, required, and valid values; and one that combines them.

I can imagine the latter endpoint that combines all of that information would be the one you need?

Generally, exposing these endpoints would be useful and straightforward; it is also aligned with a few user stories around creating and updating a data model. However, given bandwidth this sprint we may not get to that. If you could setup your code so that the only missing thing is the output from the endpoint (e.g. knowing the return formats of the function(s) above that should be possible) perhaps that would allow you to make some progress?

We can then catch up with @linglp or @mialy-defelice towards the end of this sprint and check on prioritizing exposing the endpoint.

@lakikowolfe
Copy link
Contributor Author

Sounds good. I'll look into these functions. Thanks @milen-sage!

@milen-sage milen-sage changed the title Endpoint that returns attributes of a given schema Endpoint that returns attributes of a given data model component Mar 20, 2023
@MiekoHash
Copy link

@MiekoHash MiekoHash changed the title Endpoint that returns attributes of a given data model component In JIRA: Endpoint that returns attributes of a given data model component Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants