Skip to content

Workflow changes #24

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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Workflow changes #24

wants to merge 11 commits into from

Conversation

MasloMaslane
Copy link
Member

No description provided.

@MasloMaslane MasloMaslane marked this pull request as ready for review April 5, 2025 12:44
@MasloMaslane MasloMaslane requested a review from Copilot April 5, 2025 12:49
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 12 out of 14 changed files in this pull request and generated 2 comments.

Files not reviewed (2)
  • example_workflows/example.json: Language not supported
  • example_workflows/simple_run.json: Language not supported
Comments suppressed due to low confidence (1)

src/sio3pack/workflow/execution/mount_namespace.py:36

  • [nitpick] The legacy conditional handling for 'data["source"]' is still present; consider removing this outdated code if all sources are now validated consistently.
        if isinstance(data["source"], str):  # TODO: delete this

"""

READ = "read"
READ_WRTIE = "read_write"
Copy link
Preview

Copilot AI Apr 5, 2025

Choose a reason for hiding this comment

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

The enum member 'READ_WRTIE' appears to be a typo; consider renaming it to 'READ_WRITE' to match standard naming conventions.

Suggested change
READ_WRTIE = "read_write"
READ_WRITE = "read_write"

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

}
)

# Mark observablr objects as inputs for output object storage
Copy link
Preview

Copilot AI Apr 5, 2025

Choose a reason for hiding this comment

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

The comment contains a spelling error ('observablr' should be 'observable'); please correct the typo.

Suggested change
# Mark observablr objects as inputs for output object storage
# Mark observable objects as inputs for output object storage

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

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.

1 participant