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 54a0f2b commit e0517bbCopy full SHA for e0517bb
packages/cubejs-server/src/server/container.ts
@@ -268,10 +268,6 @@ export class ServerContainer {
268
}
269
270
if (fs.existsSync(path.join(process.cwd(), 'cube.py'))) {
271
- console.log(
272
- `${color.yellow('warning')} You are using Python configuration 🐍, which is an experimental feature and may not support all features`
273
- );
274
-
275
const supported = isNativeSupported();
276
if (supported !== true) {
277
throw new Error(
0 commit comments