Replies: 1 comment
-
I was able to get it working by pulling the information from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am following the doc Inference tables for monitoring and debugging models and pointing it to a model that is using feature-table lookups.
I see that the notebook code is detecting the presence of these feature-table lookups, however, it does not appear to be joining to these value automatically.

Is there configuration that I can use to enable these joins to happen so we can see the feature-table values as well? I am looking at the catalog.py file for clues.
I am also curious if this purpose of
JOIN_TABLES
in the sample notebook and will try this out. If that works, I'll post my findings.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions