Skip to content

Commit

Permalink
Make Valid
Browse files Browse the repository at this point in the history
.  We have a version of the CART query that we can run in SSMS against SSMS.  It’s essentially same query as what CART sends to SDM through SDA but it’s formatted to run in SSMS.  I say essentially because there could have been minor changes since we created this SSMS formatted version last June.

Anyway, Amar added this bit of code on lines 573 and 574 and the query now works in SSMS now.  We run it directly against the PROD SDM snapshot database, which is what CART hits with the SDA post rest service.
  • Loading branch information
jneme910 committed Apr 15, 2024
1 parent 1de30d3 commit ecaf441
Show file tree
Hide file tree
Showing 10 changed files with 10,149 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SQL-Library/AOI-Aggregate stability.sql
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ SELECT DISTINCT aoiid ,
landunit,

mukey,
mapunit_acres,
--mapunit_acres,
mu_pct_sum,
--AgStab_l ,
--AgStab_r ,
Expand Down
Loading

0 comments on commit ecaf441

Please sign in to comment.