Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Stream append only #653

Merged
merged 5 commits into from
Aug 23, 2021

Conversation

koslam
Copy link
Contributor

@koslam koslam commented Aug 20, 2021

This change updates the logic used when reading the data for the snowflake_stream resource to determine whether or not the stream is append only.

Per the documentation at https://docs.snowflake.com/en/sql-reference/sql/show-streams.html, we can determine whether a stream is append only by checking the value of the mode for the stream. If the value is APPEND_ONLY, then the stream is append only.

Test Plan

  • Unit Tests
  • Acceptance Tests

If possible I would like feedback on the acceptance tests. I'm not terribly familiar with terraform provider testing.

References

@koslam koslam requested a review from a team as a code owner August 20, 2021 20:32
@koslam koslam requested a review from alldoami August 20, 2021 20:32
@koslam koslam changed the title Fix stream append only fix: Stream append only Aug 20, 2021
@alldoami
Copy link
Contributor

/ok-to-test sha=2546704

@github-actions
Copy link

Integration tests success for 2546704

@alldoami
Copy link
Contributor

/ok-to-test sha=546f1d3

@czimergebot czimergebot merged commit 807c6ce into Snowflake-Labs:main Aug 23, 2021
@github-actions
Copy link

Integration tests success for 546f1d3

anton-chekanov pushed a commit to anton-chekanov/terraform-provider-snowflake that referenced this pull request Jan 25, 2022
This change updates the logic used when reading the data for the `snowflake_stream` resource to determine whether or not the stream is append only.

Per the documentation at <https://docs.snowflake.com/en/sql-reference/sql/show-streams.html>, we can determine whether a stream is append only by checking the value of the `mode` for the stream. If the value is `APPEND_ONLY`, then the stream is append only.

## Test Plan
* [X] Unit Tests
* [x] Acceptance Tests

If possible I would like feedback on the acceptance tests. I'm not terribly familiar with terraform provider testing.

## References

* Related issue: <Snowflake-Labs#652>
daniepett pushed a commit to daniepett/terraform-provider-snowflake that referenced this pull request Feb 9, 2022
This change updates the logic used when reading the data for the `snowflake_stream` resource to determine whether or not the stream is append only.

Per the documentation at <https://docs.snowflake.com/en/sql-reference/sql/show-streams.html>, we can determine whether a stream is append only by checking the value of the `mode` for the stream. If the value is `APPEND_ONLY`, then the stream is append only.

## Test Plan
* [X] Unit Tests
* [x] Acceptance Tests

If possible I would like feedback on the acceptance tests. I'm not terribly familiar with terraform provider testing.

## References

* Related issue: <Snowflake-Labs#652>
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.

3 participants