@Dev
The SQL file is saved with default name having dot(.) in the name .This is causing the issue,
Solution: we need to replace this dot sign in file name with underscore( _ ) sign.
Build: ADS17.0.0-beta-5
Database: Google BigQuery
Similar behaviour mentioned in this issue observed, while saving any script to file.
Right Click on Table->Script Object To File As-> SELCT(*) .
In Save Dialog box, File Name is generated as "DatasetName.TableName"
Instead .[dot] symbol, underscore[ _ ] symbol should be used.
Build: ADS17.0.0-beta-5
Database: Google BigQuery
Similar behaviour mentioned in this issue observed, while saving any script to file.
Right Click on Table->Script Object To File As-> SELCT(*) .
In Save Dialog box, File Name is generated as "DatasetName.TableName"
Instead .[dot] symbol, underscore[ _ ] symbol should be used.
Issue #13675 |
Verified |
Incomplete |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
@Dev
The SQL file is saved with default name having dot(.) in the name .This is causing the issue,
Solution: we need to replace this dot sign in file name with underscore( _ ) sign.