-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MDS-6260] Added support to permit condition extraction pipeline to c…
…reate identified reports (#3339) * [MDS-6260] Added support to permit condition extraction pipeline to create identified reports * Use auto-reloadable celery for core api worker * Add meta column to permit_conditions_version * Update fastapi version * Added testkey for documentintelligence * MDS-6260 Cleanup
- Loading branch information
1 parent
2bbefc8
commit 98b736e
Showing
38 changed files
with
1,583 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
migrations/sql/V2024.12.03.13.1__add_permit_condition_meta_column.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE permit_conditions ADD COLUMN IF NOT EXISTS meta JSONB NULL; |
1 change: 1 addition & 0 deletions
1
migrations/sql/V2024.12.06.11.1__add_mine_report_definition_report_name_column.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE mine_report_permit_requirement ADD COLUMN report_name VARCHAR(255) NULL; |
1 change: 1 addition & 0 deletions
1
migrations/sql/V2024.12.11.15.1__add_permit_condition_history_meta_column.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE permit_conditions_version ADD COLUMN IF NOT EXISTS meta JSONB NULL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.