Skip to content

chore(jobs): handle deprecated_optional fields#1692

Draft
estellesoulard wants to merge 1 commit intomainfrom
chore/jobs-deprecated-optional
Draft

chore(jobs): handle deprecated_optional fields#1692
estellesoulard wants to merge 1 commit intomainfrom
chore/jobs-deprecated-optional

Conversation

@estellesoulard
Copy link
Copy Markdown
Contributor

Extracted jobs changes from the generated #1668.

Comment on lines 199 to 224
@@ -218,7 +220,7 @@ def unmarshal_JobDefinition(data: Any) -> JobDefinition:
if field is not None:
args["environment_variables"] = field
else:
args["environment_variables"] = None
args["environment_variables"] = {}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should probably be left unchanged?

@github-actions github-actions bot added the jobs Serverless jobs issues, bugs and feature requests label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jobs Serverless jobs issues, bugs and feature requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant