feat: Deletion and renaming of columns with upgrade of delta sharing server#441
Open
bidhan-nagarro wants to merge 33 commits into
Open
feat: Deletion and renaming of columns with upgrade of delta sharing server#441bidhan-nagarro wants to merge 33 commits into
bidhan-nagarro wants to merge 33 commits into
Conversation
bcca942 to
3524d75
Compare
* feat: optimize memory footprint and tables * feat: update requests flow and master updates to match staging changes * feat: make post approval changes * fix: ensure approvals are ingested into silver and master * fix: coalesce admin correctly * fix: update connectivity_govt checks and make them safe when empty * fix: improve safety around connectivity columns * fix: remove reference to download_speed_govt * fix: cast the schema * fix: ensure the table is added * ifx: simplify logic when staging table exists * feat: add approval_request_log_id link * fix: ensure admin column are not erroneously updated
…tions-and-renaming
…446) * fix: improve processing time for large files (#445) * feat: migrate from wasbs to abfss * fix: include wasbs spark config for reading old tables * chore: set up FixedSAS class locally * fix: removing leading ? for token * chore: add timing logs * chore/add logging within bronze asset * fix: vectorize the admin column addition step * fix: change the asset key source for multi assets
…tions-and-renaming
…tions-and-renaming
…tions-and-renaming
…tions-and-renaming
…tions-and-renaming
…tions-and-renaming
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
feat: Commits that add a new featureSummary
What does this PR do
Upgrades Delta sharing server to support deletion and renaming of columns
how to test
Phase 1: Trigger Schema Migration
migrations__schema_sensoris ON.migrate__schemajob to finish.metaschema.school_geolocationtable in Trino.DESCRIBE delta_lake.school_geolocation.<country_code>;showing the new column name.Phase 2: Ingest Data
school_master_geolocation__raw_file_uploads_sensor.Detected renames: {'school_name': 'official_school_name'}.ALTER TABLE ... RENAME COLUMN.Phase 3: Data Validation
Phase 4: Data Sharing
giga-data-sharingserver.delta-sharinglibrary) to fetch the table.