rene_czepluch
07/20/2023, 10:40 AMtap-spreadsheets-anywhere
? I need to fetch a file one folder out of the meltano project file.
https://hub.meltano.com/extractors/tap-spreadsheets-anywhere/
This is the syntax for getting a file via absolute path:rene_czepluch
07/20/2023, 10:41 AMpath: file://${MELTANO_PROJECT_ROOT}/../file.csv
janis_puris
07/20/2023, 11:44 AMrene_czepluch
07/20/2023, 12:01 PMjanis_puris
07/20/2023, 12:25 PMpath
key. I believe it will treat it as a literal.
As to the search_prefix
with value ../data
Which should consider following path
<path>../data
to recursively search for files in 🤷
I'm basing this by looking at the tap's code, specifically https://github.com/ets/tap-spreadsheets-anywhere/blob/646c0698b6288b277426a1dd8a587e3a504a8797/tap_spreadsheets_anywhere/file_utils.py#L251C[…]51C10
Hopefully someone who has used this tap can provide a better answer 😕rene_czepluch
07/20/2023, 1:20 PM