Discussed with and about removing the import query textbox in the get schema modal. Finally decided to restore back the old behavior. The logic to ignore (or remove) $CONDITION in import query is not generic.
For now we copy the importQuery to the get schema modal.
Duplicate
Pinned fields
Click on the next to a field label to start pinning.
Output schema dialog is no longer populated with the Import Query when you click on the GetSchema button.
The SQL statement from the Import Query filed should be carried over to the Output Schema dialog when you click on the Get Schema button:
```SELECT * FROM TableName WHERE $CONDITIONS```