We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 972bed0 + 710ca4f commit 1026926Copy full SHA for 1026926
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