Skip to content
Discussion options

You must be logged in to vote

The database-type for data warehouse is "dwsql".
In the first instance, where you have added database-type = "dwsql" I see that the error you are running a wrong command. You need to run the dab validate command with the -c flag so as to pass the config which is why you are seeing the first line which says "Config not provided. Trying to get default config based on DAB_ENVIRONMENT". After this, it took the default config which is "dab-config.json" for validating the engine.
Here I dont think the issue is with the database-type but the primary key configuration in the DB named "temp2".
In our validation process of the Config, we check if the Table in thr DB has Primary Key configured. Henc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sezal98
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