Hello, I want to know if I am doing something wrong in here, because this is not working as expected.
I created a new API key in Prefect Cloud. I used that key in my python prefect client to send a graphql query. I send it and I get results.
So the weird behaviour happens when I run the same exact query over the interactive API from the cloud, I get different results. I wonder why?
This is my query
Copy code
{
flow_group(
where: {
flows: {
project: {
name: { _eq: "sonarlink-dev" }
}
}
}
order_by: {created: desc}
limit: 100
) {
name
id
labels
schedule
flows { id name version project { id name } }
}
}
1️⃣ 1
✅ 1
c
Christopher Boyd
09/07/2022, 4:30 PM
are you running as exactly the same user in the same tenant?
j
Javier Ochoa
09/07/2022, 5:23 PM
maybe that is the problem. How to check that?
Javier Ochoa
09/07/2022, 5:55 PM
I solved the problem... I needed to be logged from my PC:
"prefect auth cloud" and it is working
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.