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
funcfindAndMergeLocalMixins(input*loads.Document, basePathstring, baseFilestring) (*loads.Document, error) {
iflen(strings.Split(baseFile, "/")) !=2 { // We only care about local files, not sub-foldersreturninput, nil
}
The mixins used for capturing models in referenced files currently do not support files outside the CWD. This may or may not be a problem for services such as DataFactory, this issue is to surface that this may be a problem when that service (or other service that makes use of sub-directories for additional hierarchical data) when we include them.
The text was updated successfully, but these errors were encountered:
ctx - https://github.com/hashicorp/pandora/pull/1138/files#diff-4caec5430a3f04e5cd0cbed629b9076eda140b06cdacc11654cd0f9679a460c5R87
The mixins used for capturing models in referenced files currently do not support files outside the CWD. This may or may not be a problem for services such as
DataFactory
, this issue is to surface that this may be a problem when that service (or other service that makes use of sub-directories for additional hierarchical data) when we include them.The text was updated successfully, but these errors were encountered: