running a recipe with the file source and getting ...
# troubleshoot
c
running a recipe with the file source and getting this error
Copy code
Failed to configure source (file) due to 2 validation errors for FileSourceConfig                                                                                                                                                                                             │
│ filename                                                                                                                                                                                                                                                                      │
│   field required (type=value_error.missing)                                                                                                                                                                                                                                   │
│ path                                                                                                                                                                                                                                                                          │
│   extra fields not permitted (type=value_error.extra)
but docs say that filename is optional and path is required. i'm using the datahub-ingestion image at tag 0.8.43, has something changed since then? seems to be the latest stable release on dockerhub
b
i think "path" is rather new (discussed during townhall), have to wait for 0.8.44 to use it. Unless you're pulling from master branch, you should stick with filename
m
@clever-garden-23538: if you use the minor versions which are pushed from acryldata's open source datahub fork, e.g. latest image is
acryldata/datahub-ingestion
-> 0.8.43.6 , then you can use the
path
config.
0.8.43
required
filename