Rubén Lopez Lozoya
03/29/2021, 4:48 PMAttributeError: 'ExternalPartitionExecutionErrorData' object has no attribute 'partition_names'
File "/usr/local/lib/python3.7/site-packages/dagster_graphql/implementation/utils.py", line 14, in _fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/dagster_graphql/implementation/fetch_partition_sets.py", line 221, in get_partition_set_partition_statuses
for partition_name in result.partition_names
I have installed the helm chart using a custom service account binded to a Workload Identity that has access to my database, so I should be able to query the database from anywhere (dagster daemon, dagit, run jobs, etc.). I believe this has nothing to do with permissions, but may have something to do with the ENV variables defined in a configmap that are only mapped to my user deployment (hence the question about where it is being run)daniel
03/29/2021, 4:50 PMRubén Lopez Lozoya
03/29/2021, 4:52 PMdaniel
03/29/2021, 4:57 PMRubén Lopez Lozoya
03/29/2021, 4:57 PMdagster-release-dagster-user-deployments-user-deployments
rex
03/29/2021, 6:23 PMglobal.serviceAccountName
in the parent chart to ensure that the subchart references the service account that you wantRubén Lopez Lozoya
03/29/2021, 7:43 PM