Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
torque-sites
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
MediaWiki
torque-sites
Commits
be19899a
Commit
be19899a
authored
3 years ago
by
Frank Duncan
Browse files
Options
Downloads
Patches
Plain Diff
Update text for Annual Budgets data
parent
0f491d3a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etl/etl/competition.py
+8
-8
8 additions, 8 deletions
etl/etl/competition.py
with
8 additions
and
8 deletions
etl/etl/competition.py
+
8
−
8
View file @
be19899a
...
...
@@ -340,14 +340,14 @@ class MultiLineFromListProcessor(CellProcessor):
class
AnnualBudget
(
Enum
):
LESS_THAN_1_MIL
=
"
Less than $1
.0
Million
"
BETWEEN_1_MIL_AND_5_MIL
=
"
$1
.0
to 5
.0
Million
"
BETWEEN_5_MIL_AND_10_MIL
=
"
$5
.1
to 10 Million
"
BETWEEN_10_MIL_AND_25_MIL
=
"
$10
.1
to 25 Million
"
BETWEEN_25_MIL_AND_50_MIL
=
"
$25
.1
to 50 Million
"
BETWEEN_50_MIL_AND_100_MIL
=
"
$50
.1
to 100 Million
"
BETWEEN_100_MIL_AND_500_MIL
=
"
$100
.1
to 500 Million
"
BETWEEN_500_MIL_AND_1_BIL
=
"
$500
.1
Million to $1 Billion
"
LESS_THAN_1_MIL
=
"
Less than $1 Million
"
BETWEEN_1_MIL_AND_5_MIL
=
"
$1 to
$
5 Million
"
BETWEEN_5_MIL_AND_10_MIL
=
"
$5 to
$
10 Million
"
BETWEEN_10_MIL_AND_25_MIL
=
"
$10 to
$
25 Million
"
BETWEEN_25_MIL_AND_50_MIL
=
"
$25 to
$
50 Million
"
BETWEEN_50_MIL_AND_100_MIL
=
"
$50 to
$
100 Million
"
BETWEEN_100_MIL_AND_500_MIL
=
"
$100 to
$
500 Million
"
BETWEEN_500_MIL_AND_1_BIL
=
"
$500 Million to $1 Billion
"
MORE_THAN_1_BIL
=
"
$1 Billion +
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment