Hi,
We would like to export all enums, including their IDs and values, to an external system such as Snowflake.
At the moment, the Data Extract API does not appear to be available for enums. This means that whenever we add a new enum or enum value, we have to manually update a piece of code before the data can be sent to Snowflake.
Ideally, we would like to enable Data Extract for enums or have another way to include enum data in an automated export process.
We would appreciate any recommended workaround or guidance on how to automate the export of enum data.
Thanks!