-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modularization: Datasets modularization pt.2 #432
Merged
nikpodsh
merged 39 commits into
data-dot-all:modularization-main
from
nikpodsh:datasets-mod-part2
May 2, 2023
Merged
modularization: Datasets modularization pt.2 #432
nikpodsh
merged 39 commits into
data-dot-all:modularization-main
from
nikpodsh:datasets-mod-part2
May 2, 2023
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a5e0de - Browse repository at this point
Copy the full SHA 3a5e0deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a50a02f - Browse repository at this point
Copy the full SHA a50a02fView commit details -
Renamed table column to the python's convention format
Configuration menu - View commit details
-
Copy full SHA for be14986 - Browse repository at this point
Copy the full SHA be14986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06f82ad - Browse repository at this point
Copy the full SHA 06f82adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38145ae - Browse repository at this point
Copy the full SHA 38145aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e146a - Browse repository at this point
Copy the full SHA f0e146aView commit details -
Renamed DatasetTable to DatasetTableService to avoid collisions with models.DatasetTable
Configuration menu - View commit details
-
Copy full SHA for b039163 - Browse repository at this point
Copy the full SHA b039163View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7922ed - Browse repository at this point
Copy the full SHA b7922edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1771bca - Browse repository at this point
Copy the full SHA 1771bcaView commit details -
Currently, only async handlers require dedicated loading. Long-running tasks (scheduled tasks) might not need to have a dedicated loading mode
Configuration menu - View commit details
-
Copy full SHA for 3d1603f - Browse repository at this point
Copy the full SHA 3d1603fView commit details -
Extracted code from glue to glue_column_handler Added handlers importing for datasets
Configuration menu - View commit details
-
Copy full SHA for fb6b515 - Browse repository at this point
Copy the full SHA fb6b515View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3596a5 - Browse repository at this point
Copy the full SHA e3596a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af2ecf - Browse repository at this point
Copy the full SHA 3af2ecfView commit details -
Extracted the subscription service into datasets
Configuration menu - View commit details
-
Copy full SHA for 1a063b2 - Browse repository at this point
Copy the full SHA 1a063b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b733714 - Browse repository at this point
Copy the full SHA b733714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4e2e0 - Browse repository at this point
Copy the full SHA 2a4e2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15d090 - Browse repository at this point
Copy the full SHA c15d090View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 052a2b1 - Browse repository at this point
Copy the full SHA 052a2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d984483 - Browse repository at this point
Copy the full SHA d984483View commit details -
Split model registry into feed and glossaries
Glossaries had different target types and had to be treated differently
Configuration menu - View commit details
-
Copy full SHA for dc0c935 - Browse repository at this point
Copy the full SHA dc0c935View commit details -
Created API for glossaries to use modularization
Configuration menu - View commit details
-
Copy full SHA for 727e353 - Browse repository at this point
Copy the full SHA 727e353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49fbb41 - Browse repository at this point
Copy the full SHA 49fbb41View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d029e7 - Browse repository at this point
Copy the full SHA 7d029e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for be527eb - Browse repository at this point
Copy the full SHA be527ebView commit details -
Changed Feed type registration mechanism
Moved FeedRegistry to gql since it's more appropriate place for this Started using registry to provide types Renaming and small fixes
Configuration menu - View commit details
-
Copy full SHA for 3daf2aa - Browse repository at this point
Copy the full SHA 3daf2aaView commit details -
Added TODO for future refactoring
Solve circular dependecy for redshift. It should go away after the migration of redshift
Configuration menu - View commit details
-
Copy full SHA for db3bfd3 - Browse repository at this point
Copy the full SHA db3bfd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b6e92 - Browse repository at this point
Copy the full SHA 13b6e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144dfea - Browse repository at this point
Copy the full SHA 144dfeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d43b9b3 - Browse repository at this point
Copy the full SHA d43b9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b244c - Browse repository at this point
Copy the full SHA 39b244cView commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb3800a - Browse repository at this point
Copy the full SHA cb3800aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd8e597 - Browse repository at this point
Copy the full SHA dd8e597View commit details -
Renaming table_column_model to models to easier import other models
Configuration menu - View commit details
-
Copy full SHA for 8ca7bea - Browse repository at this point
Copy the full SHA 8ca7beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e36ab3b - Browse repository at this point
Copy the full SHA e36ab3bView commit details -
Moving dataset profiling service and renaming it
Configuration menu - View commit details
-
Copy full SHA for 31720c2 - Browse repository at this point
Copy the full SHA 31720c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a907df - Browse repository at this point
Copy the full SHA 8a907dfView commit details -
Deleted DatasetTableProfilingJob since could not find any usage of it
Configuration menu - View commit details
-
Copy full SHA for 561da72 - Browse repository at this point
Copy the full SHA 561da72View commit details
Commits on Apr 17, 2023
-
Returned the name to model after renaming the service
Configuration menu - View commit details
-
Copy full SHA for 47a38cc - Browse repository at this point
Copy the full SHA 47a38ccView commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ac3ae7 - Browse repository at this point
Copy the full SHA 2ac3ae7View commit details
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.