-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabling Dataproc cluster labels (#26481)
## Summary & Motivation It's currently not possible to attach labels to Dataproc clusters created with `DataprocResource`. This PR implements changes to `DataprocResource` so it accepts a `labels` optional parameter to be attached on cluster creation. ## How I Tested These Changes - Added a new test assessing the setting for `labels` on DataprocResource - Tested locally and verified that the labels were correctly attached ## Changelog > [dagster-gcp] `DataprocResource` now receives an optional parameter `labels` to be attached to Dataproc clusters.
- Loading branch information
1 parent
01082dd
commit a806ab6
Showing
3 changed files
with
82 additions
and
3 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
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