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

Support for additional variable types in Get-SNOWRITMVariableSet #51

Open
f0oster opened this issue Jun 19, 2023 · 0 comments
Open

Support for additional variable types in Get-SNOWRITMVariableSet #51

f0oster opened this issue Jun 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@f0oster
Copy link

f0oster commented Jun 19, 2023

Is your feature request related to a problem? Please describe.
Some request item variable types, such as multi row variable sets (there are likely others that are similar - I'm not sure), do not appear to store their value within the sc_item_option table, and as such the dotwalked property for the value queried by Get-SNOWRITMVariableSet is empty.

I'm not sure where this data is stored table wise, or what the schema looks like.

Describe the solution you'd like
Update the Get-SNOWRITMVariableSet function to detect the request items variable types, and query any additional tables needed to fetch the values.

With respect to the above, if variable type detection is possible/practical, it might be a good idea to add some constraints on changes made via Set-SNOWRITMVariableSet based on variable types, or to add dynamic update logic based on the type. I'm not sure what would happen if I tried to set a value on a MRVS, but I'm not too keen to test it and find out in case it causes any issues.

@f0oster f0oster added the enhancement New feature or request label Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant