-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SPE-191 Post migration cleanup #4648
Conversation
@couralex6 sorry need to cancel workflow here for a sec :) there's a large PR running and it's causing failures in other spots. let's give it a few min |
for reference: |
Ready to go @jeff-dude ! |
okay, let's potentially regroup this afternoon to see if we can merge. i want to prioritize a few other things first |
Also removed: Moved to
Removed old entries from |
Good to go now! @jeff-dude |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving with couple comments below for future context
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double checked these three being removed:
- oneplanet is good, this PR also removes everything in that directory (all legacy stuff, new stuff moved to
_sector/nft/
as expected - nftearth is good, same story as above
- quix has been moved to new directory as well, but the schema / source file remain in old directory
models/quix/optimism/
rather than new directorymodels/_sector/nft/
-- or maybe just dupes?- @0xRobin can you double check these schema / source files for quix and clean up in follow-up PR as needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, I'll move the schema/sources over. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting that we had to override these for spark/databricks, but not trino, for s3 location stuff mostly it seems. these macro removals will be good first candidates if anything breaks
Removed:
models/*_legacy.sql
macros/*_legacy.sql
create_seed_as.sql
+create_table_as.sql
(spark specific)seeds/*_legacy.csv
tests/*_legacy.sql