We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb09386 commit 7cb962bCopy full SHA for 7cb962b
packages/cubejs-testing-drivers/fixtures/mssql.json
@@ -11,7 +11,9 @@
11
"CUBEJS_PG_SQL_PORT": "5656",
12
"CUBEJS_SQL_USER": "admin",
13
"CUBEJS_SQL_PASSWORD": "admin_password",
14
- "CUBESQL_SQL_PUSH_DOWN": "true"
+ "CUBESQL_SQL_PUSH_DOWN": "true",
15
+ "DEBUG_LOG": "true",
16
+ "CUBEJS_LOG_LEVEL": "trace"
17
},
18
"depends_on": ["data"],
19
"links": ["data"],
0 commit comments