Migrate job resource sign 54#383
Merged
adrianburusdbt merged 21 commits intomainfrom Apr 23, 2025
Merged
Conversation
adrianburusdbt
approved these changes
Apr 23, 2025
| ExecuteSteps []types.String `tfsdk:"execute_steps"` // exists | ||
| DeferringEnvironmentID types.Int64 `tfsdk:"deferring_environment_id"` // exists | ||
| Triggers *JobTriggers `tfsdk:"triggers"` // exists | ||
| // Settings *JobSettings `tfsdk:"settings"` // has no of threads and target name |
Contributor
There was a problem hiding this comment.
Is this commented code still needed?
adrianburusdbt
pushed a commit
that referenced
this pull request
Apr 23, 2025
* Add basic foundation for the migration * Add basic conformance test * Add resource model * Add schema implementation * Make doc and validate the differences * Add read resource * Add delete method * Add create method * Add update method * Add missing code from sdkv2 * Add incremental changes for job tests * Add schema fixes * Going over changed code * Remove call to read method * Basic tests are passing * Progress on testing * Update doc * Add conformance tests * Remove from sdk provider * Add more conformance tests
adrianburusdbt
added a commit
that referenced
this pull request
Apr 24, 2025
* Migrate privatelink endpoint data source * Fix copy paste errors * Migrate job resource sign 54 (#383) * Add basic foundation for the migration * Add basic conformance test * Add resource model * Add schema implementation * Make doc and validate the differences * Add read resource * Add delete method * Add create method * Add update method * Add missing code from sdkv2 * Add incremental changes for job tests * Add schema fixes * Going over changed code * Remove call to read method * Basic tests are passing * Progress on testing * Update doc * Add conformance tests * Remove from sdk provider * Add more conformance tests * Remove legacy handling for databricks connection (#389) * Remove legacy handling for databricks connection * Fix tests for databricks credential --------- Co-authored-by: Vlad Moldoveanu <vlad.moldoveanu@dbtlabs.com> --------- Co-authored-by: Vlad Moldoveanu <vlad.moldoveanu@dbtlabs.com>
victorasu
added a commit
that referenced
this pull request
May 16, 2025
This reverts commit d9b879e.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Migrate resource related to job from SDKv2 to Framework.
Changes:
make docto see the changesTesting:
Checklist: