SuperCowPowers / sageworks

SageWorks: An easy to use Python API for creating and deploying AWS SageMaker Models
https://www.supercowpowers.com
MIT License
39 stars 1 forks source link

sagemaker_featurestore data catalog issue #139

Closed brifordwylie closed 1 year ago

brifordwylie commented 1 year ago

We're ending up with a bunch of tables like this..

test_feature_set_1680233738
test_feature_set_1680303411
...

Let's figure out why the tests aren't deleting the old data catalog + S3 artifacts before creating new ones.

brifordwylie commented 1 year ago

Okay... fixed by commit

1c9297d (Brian Wylie): FeatureSet now properly deletes it's underlying AthenaSource