David Lacalle Castillo
09/09/2020, 12:30 PMdaniel
09/09/2020, 12:42 PMDavid Lacalle Castillo
09/09/2020, 2:32 PMdaniel
09/09/2020, 2:40 PMprha
09/09/2020, 3:32 PMDavid Lacalle Castillo
09/09/2020, 3:34 PMprha
09/09/2020, 3:44 PMDavid Lacalle Castillo
09/09/2020, 4:00 PMalex
09/09/2020, 5:59 PMdagster integrates with kerberos/ldap? Does it allows you to set user roles for dagit web?the approach most people use currently (since we dont have any direct integration) is to put dagit behind an identity aware proxy such as https://cloud.google.com/iap
Pete Fein
09/09/2020, 6:48 PMalex
09/09/2020, 6:53 PMPete Fein
09/09/2020, 6:53 PMalex
09/09/2020, 6:53 PMPete Fein
09/09/2020, 6:54 PMalex
09/09/2020, 7:08 PMPete Fein
09/09/2020, 7:08 PMalex
09/09/2020, 7:09 PMPete Fein
09/09/2020, 7:10 PMgit clone; mv
instead of git update
(or moral equivalents)alex
09/09/2020, 7:12 PMRunLauncher
Pete Fein
09/09/2020, 7:13 PMdaniel
09/09/2020, 7:13 PMPete Fein
09/09/2020, 7:13 PMalex
09/09/2020, 7:15 PMload_from
entry in workspace.yaml
Pete Fein
09/09/2020, 7:16 PMalex
09/09/2020, 7:19 PMPete Fein
09/09/2020, 7:22 PMalex
09/09/2020, 7:27 PMnot seeing any way to control parallelism at allyeah we currently do not offer a solution to this except for using named celery queues with fixed size worker pools
Pete Fein
09/09/2020, 7:27 PMdaniel
09/09/2020, 7:30 PMPete Fein
09/09/2020, 7:31 PMalex
09/09/2020, 7:45 PM0.10.0
unless it requires substantial breaking API changes.
As a hold over you can could build something in user land with a resource
that implements a semaphore using a file or a DBPete Fein
09/09/2020, 7:47 PMalex
09/09/2020, 8:10 PMshould_execute
to check for currently active runs before firing the next one
cumbersome - but i figured worth sharing
https://github.com/dagster-io/dagster/blob/master/python_modules/dagster-test/dagster_test/toys/schedules.py#L9-L86daniel
09/09/2020, 8:35 PMPete Fein
09/09/2020, 9:07 PMdaniel
09/09/2020, 11:47 PMPete Fein
09/10/2020, 12:46 PMdaniel
09/10/2020, 1:16 PMPete Fein
09/10/2020, 2:58 PM