Not able to create dimensions and event locally #785
-
Hello, Im trying to create dimension and event with given csv files like for example medium dimension with given csv. But when i try to do so it gives me an error that spec.DimensionGrammar table doesnt exists. I see no such table in the database. The thing is im connecting postgres database locally with localhost as its hostname. Here im unable to load or see all the tables needed . Due to which whenever i run my application locally and try to ingest an event/dimension the application breaks as my api's cant find those tables |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
Hi @GitVivekHub - Could you please elaborate from the issue . by running yarn cli ingest commandit will automatically create |
Beta Was this translation helpful? Give feedback.
-
Kindly follow all the steps like |
Beta Was this translation helpful? Give feedback.
-
Hi @GitVivekHub |
Beta Was this translation helpful? Give feedback.
-
Hi @GitVivekHub - Manually we can't the Spec and Event. Kindly follow the steps which are mention in the document |
Beta Was this translation helpful? Give feedback.
Also i have csv files present with me that i want to ingest so do i really need to run the adapter service even when i have the csv files with me?