Tadej Svetina
01/26/2023, 11:10 PMLeo Kacenjar
01/26/2023, 11:47 PMWingmore
01/27/2023, 5:57 AMAnkit
01/27/2023, 7:06 AMJons Cyriac
01/27/2023, 8:11 AMFerdinand von den Eichen
01/27/2023, 9:56 AMSamuel Hinton
01/27/2023, 10:15 AMtest_flow_1
then we’d call our deployment test_flow_1/test_flow_1_deployment
which is a bit redundant. Is it recommend to have unique deployments names? Will there be any issues if we have many deployments named the same thingFerdinand von den Eichen
01/27/2023, 10:59 AMStephen Lloyd
01/27/2023, 11:17 AMFerdinand von den Eichen
01/27/2023, 11:51 AMJason Noxon
01/27/2023, 1:19 PMeddy davies
01/27/2023, 1:24 PMkubernetes-job
Ankit
01/27/2023, 2:07 PMprefect/src/prefect/agent.py
under get_infrastructure
overrides are added to an object called data but that's not used afterwards to update the infra instead infra_dict was used which was used to create data in the earlier steps. Can this be a reason of missing customizations I am trying to send via infra_overrides? Or am I looking at it incorrectly.Lucien Fregosi
01/27/2023, 2:36 PMprefect-airbyte
is not working anymore
I got his error
trigger_manual_sync_connection
raise err.AirbyteServerNotHealthyException() from e
prefect_airbyte.exceptions.AirbyteServerNotHealthyException
Even if the airbyte connection is properly triggered in airbyte.Kirill Ulich
01/27/2023, 2:55 PMLucas Brum
01/27/2023, 3:16 PMfrom prefect.orion.schemas.schedules import CronSchedule
schedule=CronSchedule(cron="0 0 25 6 *", timezone="America/Sao_Paulo"),
Florian Giroud
01/27/2023, 5:10 PMChristina Lopez
01/27/2023, 5:13 PMJames Gatter
01/27/2023, 6:08 PMGuy Altman
01/27/2023, 7:02 PMTony Piazza
01/27/2023, 10:33 PMKarlo
01/27/2023, 11:03 PMquery {
flow_run(where: {flow: { id: {_eq: "7c5e836d-cedb-4d05-b566-c0fb6d6d9c0a"}},
state: {_nin: ["Scheduled", "Running", "Cancelling"]}},
order_by: {scheduled_start_time: desc} limit: 500 )
{
id
name
state
start_time
end_time
flow { name id } }
}
Karlo
01/27/2023, 11:03 PMKarlo
01/27/2023, 11:03 PMKarlo
01/27/2023, 11:04 PMKarlo
01/27/2023, 11:06 PM--data-raw '[{"operationName":"TableFlowRuns","variables":{"limit":15,"name":null,"offset":0,"state":null,"orderBy":{"scheduled_start_time":"desc"},"flow_group_id":"84054e78-22a4-478b-9394-7efad0ebcf9e"},"query":"query TableFlowRuns($name: String, $limit: Int, $offset: Int, $orderBy: [flow_run_order_by!], $flow_group_id: uuid, $flow_id: uuid, $state: [String!]) {\n flow_run(\n where: {flow: {flow_group_id: {_eq: $flow_group_id}, id: {_eq: $flow_id}}, name: {_ilike: $name}, state: {_in: $state}}\n order_by: $orderBy\n limit: $limit\n offset: $offset\n ) {\n id\n name\n end_time\n scheduled_start_time\n start_time\n state\n __typename\n }\n}\n"}]'
Any idea why the first call is only returning one result? Which corresponds to the incorrect UI state?Karlo
01/27/2023, 11:07 PMDaniel Davee
01/28/2023, 1:03 AMAnkit
01/28/2023, 5:59 AMTadej Svetina
01/28/2023, 12:02 PM