|
@@ -187,7 +187,7 @@ export default class Snippet {
|
|
|
this.type() === this.hive ||
|
|
this.type() === this.hive ||
|
|
|
this.type() === this.impala ||
|
|
this.type() === this.impala ||
|
|
|
this.parentVm.availableLanguages.some(
|
|
this.parentVm.availableLanguages.some(
|
|
|
- language => language.type === this.type() && language.interface === 'oozie'
|
|
|
|
|
|
|
+ language => language.type === self.type() && (language.interface == 'oozie' || language.interface == 'sqlalchemy')
|
|
|
)
|
|
)
|
|
|
);
|
|
);
|
|
|
|
|
|