https://prefect.io logo
Join the conversationJoin Slack
Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-australia
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by Linen
prefect-cloud
  • k

    Kalise Richmond

    11/01/2022, 2:26 PM
    @Kalise Richmond has joined the channel
  • k

    Kalise Richmond

    11/01/2022, 2:26 PM
    un-archived the channel
  • a

    Anna Geller

    11/01/2022, 2:27 PM
    @Anna Geller has joined the channel
  • m

    Mason Menges

    11/01/2022, 2:27 PM
    @Mason Menges has joined the channel
  • b

    Bianca Hoch

    11/01/2022, 2:27 PM
    @Bianca Hoch has joined the channel
  • j

    Jeff Hale

    11/01/2022, 2:27 PM
    @Jeff Hale has joined the channel
  • r

    Ryan Peden

    11/01/2022, 2:27 PM
    @Ryan Peden has joined the channel
  • k

    Khuyen Tran

    11/01/2022, 2:27 PM
    @Khuyen Tran has joined the channel
  • l

    Linen

    11/01/2022, 2:33 PM
    @Linen has joined the channel
  • o

    Orbit

    11/01/2022, 2:33 PM
    @Orbit has joined the channel
  • d

    Discourse Integration

    11/01/2022, 2:34 PM
    @Discourse Integration has joined the channel
  • a

    Anna Geller

    11/01/2022, 2:37 PM
    Hi everyone! đź‘‹
  • n

    Nelson Griffiths

    11/01/2022, 3:03 PM
    @Nelson Griffiths has joined the channel
  • j

    jawnsy

    11/01/2022, 3:07 PM
    @jawnsy has joined the channel
  • r

    Rob Freedy

    11/01/2022, 3:10 PM
    @Rob Freedy has joined the channel
  • s

    Stephen Herron

    11/01/2022, 3:11 PM
    @Stephen Herron has joined the channel
  • j

    Jean Luciano

    11/01/2022, 3:29 PM
    @Jean Luciano has joined the channel
  • j

    James Sopkin

    11/01/2022, 3:35 PM
    @James Sopkin has joined the channel
  • j

    Joseph Desjardins

    11/01/2022, 3:42 PM
    @Joseph Desjardins has joined the channel
  • f

    Fred Birchall

    11/01/2022, 3:51 PM
    @Fred Birchall has joined the channel
  • t

    Tim Enders

    11/01/2022, 3:56 PM
    @Tim Enders has joined the channel
  • a

    Andrew Huang

    11/01/2022, 4:26 PM
    @Andrew Huang has joined the channel
  • a

    Anjaneyulu K

    11/03/2022, 7:55 PM
    Hi, I am new to Prefect. Prefect cloud login command is failing with ssl error in ubuntu
    âś… 1
    m
    k
    j
    • 4
    • 66
  • a

    Anjaneyulu K

    11/03/2022, 7:55 PM
    Can anyone help
    k
    • 2
    • 4
  • g

    Giuliano Mega

    11/03/2022, 10:29 PM
    Hello there! New Prefect user here. 🙂 We're trying to run Prefect on a GKE cluster with autopilot (agent on GKE + Prefect cloud). I was able to get the agent working, and to figure out how to set up the blocks (GCS, KubernetesJob). Now that I'm finally able to run my example flow, though, I'm getting the following weird error from the job pod:
    Invalid flow run id. Recieved arguments: ['/usr/local/lib/python3.10/site-packages/prefect/engine.py']
    Traceback (most recent call last):
      File "/usr/local/lib/python3.10/site-packages/prefect/engine.py", line 1594, in <module>
        flow_run_id = UUID(
      File "/usr/local/lib/python3.10/uuid.py", line 171, in __init__
        raise TypeError('one of the hex, bytes, bytes_le, fields, '
    TypeError: one of the hex, bytes, bytes_le, fields, or int arguments must be given
    m
    r
    • 3
    • 51
  • m

    Michael Viescas

    11/06/2022, 5:59 PM
    Hello! I'm having trouble getting the REST API to work on Prefect Cloud. I keep getting 404 - Not Found for every endpoint I test. I am able to hit https://api.prefect.cloud/api/health only (but nothing using my account/workspace IDs). Here's the code I'm running (api_key is pulled from Prefect CLI):
    import requests
    
    account_id="REDACTED"
    workspace_id="0851ecb8-a917-43ce-b7d6-c7332cbdc608"
    base_url=f"<https://api.prefect.cloud/api/accounts/{account_id}/workspaces/{workspace_id}>"
    endpoint=f"{base_url}/api/hello"
    headers={"Authorization": f"Bearer {api_key}", "Content-Type": "application/json"}
    
    r=requests.get(endpoint, headers=headers)
    
    print(endpoint)
    print(r.status_code)
    print(r.json())
    It generates this output:
    <https://api.prefect.cloud/api/accounts/REDACTED/workspaces/0851ecb8-a917-43ce-b7d6-c7332cbdc608/api/hello>
    404
    {'detail': 'Not Found'}
    Any help would be much appreciated! NOTE - I can fire up a local Orion server and hit /api/hello just fine.
    j
    • 2
    • 2
  • j

    Jesper Bruun Hansen

    11/07/2022, 9:57 AM
    Hi #prefect-cloud I’m trying to invite users to my workspace as collaborators in the Cloud, but they somehow don’t get access. In the “Workspace Collaborators” section, their status is “pending”. Is there a known bug on this, or am I going about this in the wrong way?
    âś… 1
    m
    • 2
    • 2
  • a

    Anjaneyulu K

    11/07/2022, 7:02 PM
    Hi #prefect-cloud, Good Afternoon! I am trying to use Deployment.build_from_flow() in python. Its not generating deployment config Yaml file in the current location. Should I use explicitly LocalFileSystem? I hope this is used to upload/copy a deployment files to another location
    âś… 1
    j
    • 2
    • 1
  • j

    Jesper Bruun Hansen

    11/08/2022, 7:06 PM
    Hi #prefect-cloud - what is the correct way to go about environment variables? Can I somehow pass them to my deployment? Or what is the “best practice” approach here? Btw I’m using a Docker container as infrastructure
    âś… 1
    j
    • 2
    • 4
  • a

    Anjaneyulu K

    11/08/2022, 9:35 PM
    Hi #prefect-cloud, Once the flows started being executed after deployment, Can we kill or stop flows/task execution?
    âś… 1
    a
    • 2
    • 2
Powered by Linen
Title
a

Anjaneyulu K

11/08/2022, 9:35 PM
Hi #prefect-cloud, Once the flows started being executed after deployment, Can we kill or stop flows/task execution?
âś… 1
a

Anna Geller

11/09/2022, 12:02 AM
I removed messages where you tagged some folks, we don't do that here https://discourse.prefect.io/faq marking this as solved since it's a duplicate, please post only once thanks a lot!
a

Anjaneyulu K

11/09/2022, 12:04 AM
Thank you and sorry for the tags
👍 1
View count: 5