Skip to content

Is there a way to pass the Redis credentials to the write and read function instead of the Spark session? #206

@argenisleon

Description

@argenisleon

Hi,

Instead of passing the Redis credential in the spark session creation moment, Is it possible to pass the info at reading or writing time?

Something like:

conf = df.write \
            .option("url", self.url) \
            .option("user", self.user) \
            .option("password", self.password).save()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions