You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially I was using fg.ingest() and set wait to be false, and wrap this script in a docker image and pass to Sagemaker processing job. I notice the job succeeded, but I didn't see the data replicated to the offline data store (maybe not even in the online store).
After I set the wait to be true, the data starts to get replicated to the offline store.
How should I correctly use the async way to ingest data in the feature group?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Initially I was using fg.ingest() and set wait to be false, and wrap this script in a docker image and pass to Sagemaker processing job. I notice the job succeeded, but I didn't see the data replicated to the offline data store (maybe not even in the online store).
After I set the wait to be true, the data starts to get replicated to the offline store.
How should I correctly use the async way to ingest data in the feature group?
Beta Was this translation helpful? Give feedback.
All reactions