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

[Exporter] Emit WSFS/UC files from parameters in the jobs #4318

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Dec 13, 2024

Changes

The global parameters array may contain references to files on Workspace File System (WSFS) or UC Volumes. This PR adds emitting of these files and handling references

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • using Go SDK
  • using TF Plugin Framework

@alexott alexott requested review from a team as code owners December 13, 2024 06:14
@alexott alexott requested review from hectorcast-db and removed request for a team December 13, 2024 06:14
@alexott alexott requested a review from tanmay-db December 13, 2024 06:14
The global `parameters` array may contain references to files on Workspace File
System (WSFS) or UC Volumes.  This PR adds emitting of these files and handling references
@alexott alexott force-pushed the exporter/job-parameters-files-matching branch from bb532e6 to dc7aa2f Compare December 16, 2024 18:55
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/terraform

Inputs:

  • PR number: 4318
  • Commit SHA: dc7aa2fe38f5653dd7537a87caa52c3df91a2db4

Checks will be approved automatically on success.

@eng-dev-ecosystem-bot
Copy link
Collaborator

Test Details: go/deco-tests/12359355288

@alexott alexott added this pull request to the merge queue Dec 17, 2024
Merged via the queue into main with commit d2bb4e5 Dec 17, 2024
12 checks passed
@alexott alexott deleted the exporter/job-parameters-files-matching branch December 17, 2024 15:35
hectorcast-db added a commit that referenced this pull request Dec 18, 2024
### New Features and Improvements

 * Allow to use GCP SA in `databricks_credential` (storage only) ([#4302](#4302)).

### Bug Fixes

 * Bump Golang x/crypto to 0.31 ([#4319](#4319)).

### Internal Changes

 * Generate models with correctly computed annotations ([#4316](#4316)).
 * Update Go SDK to 0.54.0 ([#4328](#4328)).

### Dependency Updates

 * Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 ([#4320](#4320)).

### Exporter

 * Correctly handle DB-managed UC objects ([#4323](#4323)).
 * Emit WSFS/UC files from `parameters` in the jobs ([#4318](#4318)).
 * Improve support of `databricks_model_serving` ([#4324](#4324)).
 * add support for `databricks_credential` ([#4292](#4292)).
 * export `databricks_repo` for Git Folders outside of `/Repos` ([#4308](#4308)).
hectorcast-db added a commit that referenced this pull request Dec 18, 2024
 * Allow to use GCP SA in `databricks_credential` (storage only) ([#4302](#4302)).

 * Bump Golang x/crypto to 0.31 ([#4319](#4319)).

 * Generate models with correctly computed annotations ([#4316](#4316)).
 * Update Go SDK to 0.54.0 ([#4328](#4328)).

 * Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 ([#4320](#4320)).

 * Correctly handle DB-managed UC objects ([#4323](#4323)).
 * Emit WSFS/UC files from `parameters` in the jobs ([#4318](#4318)).
 * Improve support of `databricks_model_serving` ([#4324](#4324)).
 * add support for `databricks_credential` ([#4292](#4292)).
 * export `databricks_repo` for Git Folders outside of `/Repos` ([#4308](#4308)).
github-merge-queue bot pushed a commit that referenced this pull request Dec 18, 2024
### New Features and Improvements

* Allow to use GCP SA in `databricks_credential` (storage only)
([#4302](#4302)).
 * Support for databricks_credential in databricks_workspace_binding


### Bug Fixes

* Bump Golang x/crypto to 0.31
([#4319](#4319)).


### Internal Changes

* Generate models with correctly computed annotations
([#4316](#4316)).
* Update Go SDK to 0.54.0
([#4328](#4328)).


### Dependency Updates

* Bump github.com/hashicorp/terraform-plugin-framework-validators from
0.15.0 to 0.16.0
([#4320](#4320)).


### Exporter

* Correctly handle DB-managed UC objects
([#4323](#4323)).
* Emit WSFS/UC files from `parameters` in the jobs
([#4318](#4318)).
* Improve support of `databricks_model_serving`
([#4324](#4324)).
* add support for `databricks_credential`
([#4292](#4292)).
* export `databricks_repo` for Git Folders outside of `/Repos`
([#4308](#4308)).
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