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
@fdefalco I got this error as well that is mentioned in #676 "Error in aggregate.data.frame(as.data.frame(x), ...) : no rows to aggregate"
So it means no output in the data directory for Ares.
I'm not well versed in R and not sure of the workflow/hand off for the process for Ares Export - so I'm not sure what I am not doing that might be missing or not.
The R code will create the achilles.sql file to run in Snowflake.
Note achilles.sql doesn't include achilles_analysis table creation. Jared pointed out that I needed it so then I created the table with DDL and then this CSV was loaded
@fdefalco I got this error as well that is mentioned in #676
"Error in aggregate.data.frame(as.data.frame(x), ...) : no rows to aggregate"
So it means no output in the data directory for Ares.
I'm not well versed in R and not sure of the workflow/hand off for the process for Ares Export - so I'm not sure what I am not doing that might be missing or not.
My code I ran that I get that error consistently is included as a text file
Rscript-achilles-dqd-ares.txt
Context:
My library versions are
My traceback() output in R is
The following tables are created with the R code and loaded in the same schema.
When I run the data density totalrecords SQL I get no results though so it makes me wonder what other gaps I might be missing.
The text was updated successfully, but these errors were encountered: