Hello, I have upstream data from databricks DBFS t...
# ask-the-community
f
Hello, I have upstream data from databricks DBFS tables that I would like flyte tasks to consume from. Is this supported by Flyte? What are some of the approaches you suggest? Thanks.
k
is this just input? Can you read it using some python library?
if so you can make a transformer to read from DBFs ? HDFS
also flytes fsspec supports hdfs already - https://github.com/fsspec/filesystem_spec/issues/663
BTW, if you want to connect upstream with downstream, this is possible now with Union Artifacts
happy to do a demo
f
Thanks @Ketan (kumare3), I will look into it.