We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c1cb5d + 73f9984 commit 710ca4fCopy full SHA for 710ca4f
1 file changed
internal/client/factory.go
@@ -175,6 +175,7 @@ func NewDatumFactory(ctx context.Context) (*DatumCloudFactory, error) {
175
baseConfigFlags.Context = nil
176
configFlags := &CustomConfigFlags{
177
ConfigFlags: baseConfigFlags,
178
+ Context: ctx,
179
Project: func() *string {
180
m := ""
181
return &m
0 commit comments