Skip to content

Commit 3df59dd

Browse files
feat: Account v1 readiness generated files (#3242)
## Changes - Generated all the models and asserts needed for account
1 parent 69f677a commit 3df59dd

File tree

15 files changed

+1305
-0
lines changed

15 files changed

+1305
-0
lines changed

pkg/acceptance/bettertestspoc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ func (w *WarehouseDatasourceShowOutputAssert) IsEmpty() {
403403
- consider merging ResourceModel with DatasourceModel (currently the implementation is really similar)
404404
- remove schema.TypeMap workaround or make it wiser (e.g. during generation we could programmatically gather all schema.TypeMap and use this workaround only for them)
405405
- support asserting resource id in `assert/resourceassert/*_gen.go`
406+
- add possibility for object parameter assert not take any identifier (currently there's a workaround in `account_parameters_snowflake_gen.go`, because `SHOW PARAMETERS FOR ACCOUNT` don't take any identifiers)
406407

407408
## Known limitations
408409
- generating provider config may misbehave when used only with one object/map paramter (like `params`), e.g.:

0 commit comments

Comments
 (0)