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

Fix "TaxlotState" -> "TaxLotState" #53

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

AndrewDevetry
Copy link
Contributor

@AndrewDevetry AndrewDevetry commented Oct 11, 2024

The casing for TaxLotState is incorrect. When a client tries to configure SEED columns using py-seed, it fails because it doesn't recognize TaxlotState. Here is what SEED returns when you try to run the current code:

table_name must be "PropertyState" or "TaxLotState", 
calling service SEED as SEEDReadWriteClient.post with url http://127.0.0.1:80/api/v3/columns/?organization_id=2, 
http method: POST supplied with json={
   'column_name': 'water_heating_first_hour_rating', 
   'display_name': ' Water Heating First Hour Rating', 
   'table_name': 'TaxlotState', 
   'column_description': ' Water Heating First Hour Rating', 
   'data_type': ' number', 
   'organization_id': 2
}, organization_id=2 http status code: 400

@AndrewDevetry
Copy link
Contributor Author

@kflemin

@kflemin kflemin merged commit fe20ad0 into SEED-platform:develop Oct 14, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants