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

[batch] Add feature switches #13262

Merged
merged 4 commits into from
Jul 21, 2023
Merged

[batch] Add feature switches #13262

merged 4 commits into from
Jul 21, 2023

Conversation

jigold
Copy link
Contributor

@jigold jigold commented Jul 19, 2023

Let me know if you think this is good and whether I need to test the UI with dev deploy.


await db.execute_update(
'''
UPDATE feature_switches SET compact_billing_tables = %s;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's consistently use the same name everywhere. feature_flags is the industry standard term for this functionality.

@danking
Copy link
Contributor

danking commented Jul 19, 2023

It's dev only no need to check the UI, we can just do another PR if its broke

batch/batch/driver/templates/index.html Outdated Show resolved Hide resolved
@jigold jigold removed the WIP label Jul 20, 2023
@danking danking merged commit 9b835f4 into hail-is:main Jul 21, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants