-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use sequence from sdk and add ordering attr (#2419)
removes old code from snowflake package, replacing with SDK package. does not change any existing functionality. closes #2387
- Loading branch information
1 parent
e8915cc
commit 973b8f7
Showing
8 changed files
with
100 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
> ⚠️ **Please note**: If you believe you have found a security issue, _please responsibly disclose_ by contacting us at [[email protected]](mailto:[email protected]). | ||
> ⚠️ **Disclaimer**: the project is still in the 0.x.x version, which means it’s still in the experimental phase (check [Go module versioning](https://go.dev/doc/modules/version-numbers#v0-number) for more details). It can be used in production but makes no stability or backward compatibility guarantees. We do not provide backward bug fixes and, therefore, always suggest using the newest version. We are providing only limited support for the provider; priorities will be assigned on a case-by-case basis. | ||
> | ||
> Our main current goals are stabilization, addressing existing issues, and providing the missing features (prioritizing the GA features; supporting PrPr and PuPr features are not high priorities now). | ||
> | ||
> Our main current goals are stabilization, addressing existing issues, and providing the missing features (prioritizing the GA features; supporting PrPr and PuPr features are not high priorities now). | ||
> | ||
> With all that in mind, we aim to reach V1 with a stable, reliable, and functional provider. V1 will be free of all the above limitations. | ||
|
@@ -107,7 +107,7 @@ Migration status - indicates if given resource / datasource is using new SDK. | |
| External Table | ✅ | snowflake_external_table | snowflake_external_table | ✅ | | ||
| View | ✅ | snowflake_view | snowflake_view | ❌ | | ||
| Materialized View | 👨💻 | snowflake_materialized_view | snowflake_materialized_view | ❌ | | ||
| Sequence | 👨💻 | snowflake_sequence | snowflake_sequence | ❌ | | ||
| Sequence | ✅ | snowflake_sequence | snowflake_sequence | ✅ | | ||
| Function | ✅ | snowflake_function | snowflake_function | ❌ | | ||
| External Function | ❌ | snowflake_external_function | snowflake_external_function | ❌ | | ||
| Stored Procedure | ✅ | snowflake_procedure | snowflake_procedure | ❌ | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.