Skip to content

Commit

Permalink
feat: Account v1 readiness generated files (#3242)
Browse files Browse the repository at this point in the history
## Changes
- Generated all the models and asserts needed for account
  • Loading branch information
sfc-gh-jcieslak authored Dec 6, 2024
1 parent 69f677a commit 3df59dd
Show file tree
Hide file tree
Showing 15 changed files with 1,305 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/acceptance/bettertestspoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ func (w *WarehouseDatasourceShowOutputAssert) IsEmpty() {
- consider merging ResourceModel with DatasourceModel (currently the implementation is really similar)
- 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)
- support asserting resource id in `assert/resourceassert/*_gen.go`
- 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)

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

0 comments on commit 3df59dd

Please sign in to comment.