schrockn
12/21/2020, 5:07 PMDennis
12/22/2020, 2:04 AMpipeline
as a "singleton"?
I have a pipeline that is rather memory/resource intensive and I would like to prevent multiple instances of it being launched, and instead have it wait until the previous run has ended (or even error out if it has to be that way)Noah K
12/23/2020, 2:39 PMNoah K
12/23/2020, 2:39 PMNoah K
12/23/2020, 2:40 PMmrdavidlaing
12/23/2020, 6:37 PMDmitry Dorofeev
12/24/2020, 1:03 PMDmitry Dorofeev
12/24/2020, 1:04 PMByunghwa Yun
12/26/2020, 4:20 AMNoah K
12/26/2020, 4:29 AMNoah K
12/26/2020, 4:29 AMDaniel Upton (Dexcom)
12/26/2020, 7:43 PMmrdavidlaing
12/27/2020, 4:03 PMXu Zhang
12/27/2020, 11:28 PMSpandan Pyakurel
12/28/2020, 11:00 AMsync_users = dagster.ScheduleDefinition(
"sync_users", "*/1 * * * *", "sync_users",mode='development')
I was able to provide mode to the definition. However, I am having trouble providing config to the scheduler. Is there any way to do that?mrdavidlaing
12/28/2020, 8:18 PMNoah K
12/28/2020, 8:22 PM@resource(config_schema=whatever)
def mythingy(ctx):
return ctx.resource_config
Noah K
12/28/2020, 8:22 PMNoah K
12/28/2020, 8:22 PMPrratek Ramchandani
12/29/2020, 3:17 PMdagster_gcp
that load to BQ don’t support specifying schema fields in the load job config? Is it as simple as just adding the parameter here (I see a TODO)? If so, I can make a PR https://github.com/dagster-io/dagster/blob/a07fc28ae6878235aeada88e3584c6dea01f845[…]n_modules/libraries/dagster-gcp/dagster_gcp/bigquery/configs.pyJyotishman Deori
12/30/2020, 8:21 AMNoah K
12/30/2020, 8:26 AMNoah K
12/30/2020, 8:26 AMMiri Weissler
12/31/2020, 7:10 AMNoah K
12/31/2020, 10:56 AMNoah K
12/31/2020, 2:15 PMNoah K
12/31/2020, 2:15 PMNoah K
12/31/2020, 2:15 PMgrpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "Exception iterating responses: generator didn't yield"
debug_error_string = "{"created":"@1609424052.213181825","description":"Error received from peer ipv4:10.0.6.6:9000","file":"src/core/lib/surface/call.cc","file_line":1062,"grpc_message":"Exception iterating responses: generator didn't yield","grpc_status":2}"
Noah K
12/31/2020, 2:15 PMNoah K
12/31/2020, 2:15 PM