Streaming Delta Data Source

On Delta Lake Channel, you should be able to read data from delta lake table on S3, HDFS or DBFS.

Configuring a Streaming Delta Data Source.

FieldDescription
SourceMention the source name.
Connection NameSelect the connection name from the available list of connections, from where you would like to read the data.
Override CredentialsCheck-mark the checkbox. Provide the username through which the Hadoop service is running.
HDFS File PathProvide file path of the HDFS file system.
S3 ProtocolS3 protocol to be used.
Bucket NameMention Bucket Name.
PathSub-directories of the bucket name mentioned above to which the data is to be written on.
Add configurationTo add additional custom properties in key-value pairs.
Top