Skip to content

Add full CREATE EXTERNAL DATA SOURCE support with options#34

Merged
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-Oj8Xc
Dec 23, 2025
Merged

Add full CREATE EXTERNAL DATA SOURCE support with options#34
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-Oj8Xc

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

  • 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

- 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
@kyleconroy kyleconroy merged commit f6a4e57 into main Dec 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants