File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ export class DataConnectEmulator implements EmulatorInstance {
8686 auto_download : this . args . auto_download ,
8787 listen : listenSpecsToString ( this . args . listen ) ,
8888 config_dir : resolvedConfigDir ,
89+ enable_output_schema_extensions : true ,
90+ enable_output_generated_sdk : true ,
8991 } ) ;
9092 this . usingExistingEmulator = false ;
9193 }
Original file line number Diff line number Diff line change @@ -292,9 +292,11 @@ const Commands: { [s in DownloadableEmulators]: DownloadableEmulatorCommand } =
292292 optionalArgs : [
293293 "listen" ,
294294 "config_dir" ,
295- "disable_sdk_generation" ,
296- "resolvers_emulator" ,
297- "rpc_retry_count" ,
295+ "enable_output_schema_extensions" ,
296+ "enable_output_generated_sdk" ,
297+ // Additional flags that CLI shouldn't pass:
298+ // rpc_retry_count,
299+ // resolvers_emulator,
298300 ] ,
299301 joinArgs : true ,
300302 shell : false ,
You can’t perform that action at this time.
0 commit comments