You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add full CREATE EXTERNAL DATA SOURCE support with options
- Update CreateExternalDataSourceStatement to include DataSourceType, Location, and ExternalDataSourceOptions
- Add ExternalDataSourceLiteralOrIdentifierOption type for CREDENTIAL, RESOURCE_MANAGER_LOCATION, etc.
- Use existing IdentifierOrValueExpression for option values
- Update parser to handle TYPE, LOCATION, and other options in WITH clause
- Update AlterExternalDataSourceStatement to use new option types
- Enable 6 tests that now pass:
- Baselines130_CreateExternalDataSourceStatementTests130
- Baselines140_CreateExternalDataSource140
- Baselines160_CreateExternalDataSourceStatementTests160
- CreateExternalDataSource140
- CreateExternalDataSourceStatementTests130
- CreateExternalDataSourceStatementTests160
0 commit comments