Skip to content

convert enum to use the same thing as API #10562

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

Merged
merged 2 commits into from
Feb 23, 2022
Merged

Conversation

subodh1810
Copy link
Contributor

here we try to convert the value to enum. The value is listed here as generally_available

@subodh1810 subodh1810 self-assigned this Feb 22, 2022
@subodh1810 subodh1810 requested a review from cgardens February 22, 2022 22:48
@subodh1810 subodh1810 temporarily deployed to more-secrets February 22, 2022 22:49 Inactive
@subodh1810 subodh1810 temporarily deployed to more-secrets February 22, 2022 22:49 Inactive
@subodh1810
Copy link
Contributor Author

alright checked in the database as well, the enum being created is generally_available

 public      | release_stage             | alpha
 public      | release_stage             | beta
 public      | release_stage             | generally_available
 public      | release_stage             | custom

@subodh1810
Copy link
Contributor Author

prod-configapi=> select DISTINCT(release_stage) from actor_definition; 
    release_stage    
---------------------
 generally_available
 alpha
 
 beta
(4 rows)

@subodh1810 subodh1810 temporarily deployed to more-secrets February 22, 2022 23:32 Inactive
@subodh1810 subodh1810 temporarily deployed to more-secrets February 22, 2022 23:32 Inactive
@github-actions github-actions bot added area/platform issues related to the platform area/worker Related to worker labels Feb 22, 2022
@benmoriceau benmoriceau temporarily deployed to more-secrets February 22, 2022 23:51 Inactive
@benmoriceau benmoriceau temporarily deployed to more-secrets February 22, 2022 23:51 Inactive
@benmoriceau benmoriceau force-pushed the fix_enum_ga_defintion branch from 6c08095 to 4187eaf Compare February 22, 2022 23:59
@benmoriceau benmoriceau temporarily deployed to more-secrets February 23, 2022 00:00 Inactive
@benmoriceau benmoriceau temporarily deployed to more-secrets February 23, 2022 00:00 Inactive
@benmoriceau benmoriceau merged commit 54b134c into master Feb 23, 2022
@benmoriceau benmoriceau deleted the fix_enum_ga_defintion branch February 23, 2022 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform area/worker Related to worker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants