1. Dreu - Implement user log - #51
Open
marikmartinez wants to merge 67 commits into
Open
Conversation
marikmartinez
commented
Aug 10, 2026
Collaborator
- Made a logger that logs all user actions
- Created logger_utils.py script
…passed into update_data_profile_table
…passed into update_data_profile_table
… the data profile table
…y) optimized functions from the DataProfile class.
…_delete_table_name and preview_impute_table_name
… need to implement "dirty flags", need to change functions so they have similar structure and need to implement tests
…unctions into the DataProfile class
…nstance into DBOperations to get column type functions
…e we can't update tables because the column data types don't match
…umeric and categorical are columns with majority categorical. Previous implementation in Column Types required all to be numeric / categorical.
… (even just having one string in the column turns the whole column into a text column)
…rofile instance into DBOperations to get column type functions" This reverts commit 51786a3.
…profile instance into DBOperations to get column type functions" This reverts commit 2ec0c8b.
This reverts commit b14815a.
… types functions into the DataProfile class" This reverts commit 9f8dee7.
…rofile instance into DBOperations to get column type functions" This reverts commit 44c1cf7.
…is still a WIP, but focusing on implementing the ai assistant because the fix is taking too long
…ows have a unique categorical value
…able_name to generate_base_table_name
… is loaded, preview is created, and wrangle is executed
…calls to the proper locations
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.