Skip to content
Discussion options

You must be logged in to vote

@fajterini, thanks for reporting this. Something seems to have failed when redeploying. The queries folder should have been created. I am glad you were able to fix it. It's something we will look into.

Regarding the empty Recommendations_raw table, this is expected, as data is moved to a different table once ingested. Use this query to find your recommendations:

let LastRecommendationsIngestion = toscalar(database('Hub').Recommendations() | summarize max(x_IngestionTime));
database('Hub').Recommendations()
| where x_IngestionTime > LastRecommendationsIngestion-1h

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fajterini
Comment options

You must be logged in to vote
2 replies
@helderpinto
Comment options

@fajterini
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants