-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/pdct 1440 implement multi geographies in the navigator backend (
#386) * Update geo_subquery to support multiple geographies * Put code in fenced block * Update DB client to 3.8.19 * Implement multiple geographies * Add multiple geo family to setup_helpers * Parametrize tests to test single and multi geo * Update comment with ticket number * Update docstrings with types * Add ticket number to comment * Bump to 1.18.1 * Remove comment * Split pipeline query into smaller queries for debug * Add missing param and return type in docstring * Fix line length on docstring * Update stop & rm * Revert changes to pipeline query * Make pipeline query support multi geos (#388) * Make pipeline query support multi geos * Make ordering of db objects the same * Update comment * Make sure query is more equivalent to incumbent * Create db_state_validator.py * Create way of validating two db state files * Revert "Create db_state_validator.py" This reverts commit a03f693. * Get most recent slug comments * Break formatting of db_state contents into separate function * Refactor generating db_state content into new function * Updating the script to use sdk models. (#389) Co-authored-by: Mark <[email protected]> * Add test cases for checking db_state content * Refactor write_documents_to_s3 for test isolation --------- Co-authored-by: NextGenEng <[email protected]> Co-authored-by: Mark <[email protected]> * Bump to 1.19.0 * Fix test * Create pipeline.sql * Remove whitespace * Move pipeline service functions into separate file * Rename flatten_pipeline_metadata to _flatten_pipeline_metadata * Remove service function * Move pipeline repo functions under repository * Update CODEOWNERS * Remove unused code * Move pipeline.sql uner sql folder * Use raw SQL to execute pipeline query * Add data_client as dependency to mock get_db * Move pipeline tests under non_search * Create test_flatten_pipeline_metadata.py * Move file * Driveby: Use os for path reference * Add missing type hint * Remove title casing * Add return type hint * Add missing param in docstring * PR comment fixes * Fix languages * Use attribute accessor for series * Move file * Format family category as its always CAPS in db * Format query * Make casing consistent * Make published_date timezone aware --------- Co-authored-by: NextGenEng <[email protected]> Co-authored-by: Mark <[email protected]>
- Loading branch information
1 parent
a806001
commit 038163e
Showing
25 changed files
with
1,127 additions
and
370 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,3 +196,5 @@ requirements.txt | |
|
||
# Vespa secrets directory | ||
secrets/* | ||
|
||
scripts/*.json |
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.