You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the _local_ scope, NOT the remote one, to determine the existing
local scope of a resource which is being kept or over-written.
We must also clear out imports of a local spec which is being replaced,
because the replacement is a fully inline model, and we're typically
going to indirect it before writing out resources, which would otherwise
result in duplicated imports.
Fixes#1590Fixes#1558
Use the _local_ scope, NOT the remote one, to determine the existing
local scope of a resource which is being kept or over-written.
We must also clear out imports of a local spec which is being replaced,
because the replacement is a fully inline model, and we're typically
going to indirect it before writing out resources, which would otherwise
result in duplicated imports.
Fixes#1590Fixes#1558
I found a bug where when I:
flowctl catalog pull-specs --prefix "$source" --overwrite
)flowctl catalog pull-specs --prefix "$source" --overwrite
)They don't change locally, if I
rm
them locally and then pull again, they are correct.The text was updated successfully, but these errors were encountered: