issues Search Results · repo:PrefectHQ/prefect-shell language:Python
Filter by
21 results
(71 ms)21 results
inPrefectHQ/prefect-shell (press backspace or delete to remove)!-- Thanks for submitting an issue! Please describe the issue. --
Expectation / Proposal
Originally asked at
https://discourse.prefect.io/t/what-is-corresponding-return-all-from-shell-run-command-in-new-shelloperation/2970, ...
hongbo-miao
- 1
- Opened on May 19, 2023
- #83
!-- Thanks for submitting an issue! Please describe the issue. --
Expectation / Proposal
In the ShellOperation function, the docs are now saying:
Attributes: commands: A list of commands to execute ...
afekaoh
- 1
- Opened on Mar 6, 2023
- #75
!-- Thanks for submitting an issue! Please describe the issue. --
Recently noticed the new ShellOperation class and decided to start migrating my flows that use the old
shell_run_command, however, running ...
bug
ccueto36
- Opened on Feb 17, 2023
- #69
Expectation / Proposal
When using ShellOperation there is no way to get the result from the stdout without also logging it (at INFO logging
level). This is causing issues when the output to stdout is ...
alping
- 4
- Opened on Feb 16, 2023
- #67
I m trying to add a custom environment variable.
submit_shell_env = { PYSPARK_PYTHON , ./environment/bin/python }
res = await shell_run_command(command=spark_submit_cmd, env=submit_shell_env, return_all=True) ...
chris-aeviator
- 1
- Opened on Jan 30, 2023
- #61
I have many shell_run_command run concurrently. I am hoping to rename them to help locate on Prefect Radar.
It would be great to have something like
shell_run_command(
name=f copy_{source}_to_{destination} ...
hongbo-miao
- 2
- Opened on Dec 28, 2022
- #60
# prefect_shell/commands.py
Tasks for interacting with shell commands
import logging
import os
import sys
import tempfile
from typing import List, Optional, Union
from anyio import open_process ...
coolbreeze2
- Opened on Dec 19, 2022
- #56
Using PowerShell, the exit code is always 0, regardless of the exit code of the command that was run:
https://github.com/PrefectHQ/prefect-shell/blob/63e59fa10639c3472edbf71c6fca9a46fdb72042/prefect_shell/commands.py#L94 ...
costructuralist
- Opened on Nov 2, 2022
- #50
Hi, you introduced some breaking changes in 0.1.1 (eg. changed the function to task, removed the logger param). It s
great to see this collection worked on. My only ask is, could you please adhere to semantic ...
question
trymzet
- 2
- Opened on Oct 26, 2022
- #49
Running the following flow locally on Windows (from within a Poetry environment):
@flow
def dbt_flow():
trigger_dbt_cli_command(command= dbt test , project_dir= C:\Source\data\debut )
gives the ...
costructuralist
- 1
- Opened on Oct 19, 2022
- #46

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.